Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| lehrkraefte:blc:informatik:laptopsetup [2022/08/26 13:41] – created Ivo Blöchliger | lehrkraefte: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:// | ||
| + | </ | ||
| + | ====== Adding the repository for automatic updates of Visual Studio Code ====== | ||
| + | |||
| + | <code bash> | ||
| + | sudo add-apt-repository "deb https:// | ||
| + | </ | ||
| + | |||
| + | Quelle: https:// | ||