Differences

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

Link to this comparison view

Both sides previous revision Previous revision
lehrkraefte:blc:informatik:laptopsetup [2022/08/27 09:34] Olaf Schnürerlehrkraefte:blc:informatik:laptopsetup [2022/08/27 09:35] (current) – [Repository for automatic updates of Visual Studio Code] Olaf Schnürer
Line 1: Line 1:
 +====== Setup-Script ======
 +<code bash>
 +wget https://fginfo.ksbg.ch/~ivo/laptops/install.bash && sudo bash ./install.bash
 +</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