Update default_config.sh

This commit is contained in:
Marcos Tischer Vallim 2024-09-08 15:33:45 -03:00 committed by GitHub
parent cf38a2e038
commit ef9ba4270c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 28 deletions

View File

@ -55,34 +55,6 @@ function customize_image() {
nano \ nano \
less less
### Install Visual Studio Code
# download and install the key
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list
rm microsoft.gpg
# then update the package cache and install the package using
apt-get update
apt-get install -y code
### Install Google Chrome
# download and install the key
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
echo "deb http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list
# then update the package cache and install the package using
apt-get update
apt-get install google-chrome-stable
# purge # purge
apt-get purge -y \ apt-get purge -y \
transmission-gtk \ transmission-gtk \