Update install.sh

This commit is contained in:
2024-05-26 16:00:11 +02:00
parent 86e064331c
commit 82715877ea

View File

@@ -1470,7 +1470,7 @@ do
sudo apt install -y neovim
;;
"8")
cd /tmp/ && wget -O vscode_amd64.deb 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64' && sudo apt install -y /tmp/vscode_amd64.deb && rm vscode_amd64.deb && cd ~
cd /tmp/ && wget -O vscode_amd64.deb 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64' && sudo apt install -y /tmp/vscode_amd64.deb && rm vscode_amd64.deb
;;
"9")
sudo apt install -y smbclient
@@ -1482,10 +1482,10 @@ do
sudo apt install -y ceph-commen
;;
"12")
cd /tmp/ && wget -O discord.deb https://discord.com/api/download?platform=linux&format=deb && sudo apt install -y /tmp/discord.deb && rm discord.deb && cd ~
cd /tmp/ && wget -O discord.deb https://discord.com/api/download?platform=linux&format=deb && sudo apt install -y /tmp/discord.deb && rm discord.deb
;;
"13")
cd /tmp/ && wget https://cdn.akamai.steamstatic.com/client/installer/steam.deb && sudo apt install -y /tmp/steam.deb && rm steam.deb && cd ~
cd /tmp/ && wget https://cdn.akamai.steamstatic.com/client/installer/steam.deb && sudo apt install -y /tmp/steam.deb && rm steam.deb
;;
esac