lehrkraefte:blc:informatik:laptopsetup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
lehrkraefte:blc:informatik:laptopsetup [2022/08/26 15:43]
Ivo Blöchliger
lehrkraefte:blc:informatik:laptopsetup [2022/08/27 11:34]
Olaf Schnürer
Line 1: Line 1:
 ====== Setup-Script ====== ====== Setup-Script ======
 <code bash> <code bash>
-wget -O - https://fginfo.ksbg.ch/~ivo/laptops/install.bash sudo bash+wget https://fginfo.ksbg.ch/~ivo/laptops/install.bash && sudo bash ./install.bash
 </code> </code>
 +
 +====== Repository for automatic updates of Visual Studio Code ======
 +
 +<code bash>
 +sudo add-apt-repository "deb https://packages.microsoft.com/repos/vscode stable main "
 +</code>
 +
 +Quelle: https://stackoverflow.com/questions/42960703/how-to-upgrade-visual-studio-code-editor
  • lehrkraefte/blc/informatik/laptopsetup.txt
  • Last modified: 2022/08/27 11:35
  • by Olaf Schnürer