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
lehrkraefte:blc:informatik:laptopsetup [2022/08/26 15:43]
Ivo Blöchliger
lehrkraefte:blc:informatik:laptopsetup [2022/08/27 11:35] (current)
Olaf Schnürer [Repository for automatic updates of Visual Studio Code]
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>
 +
 +====== Adding the 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.1661521406.txt.gz
  • Last modified: 2022/08/26 15:43
  • by Ivo Blöchliger