From 82715877ea5a192c3b136985ad1a4f299f7e54d9 Mon Sep 17 00:00:00 2001 From: Martin Andersen Date: Sun, 26 May 2024 16:00:11 +0200 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 439978d..08e9fd5 100644 --- a/install.sh +++ b/install.sh @@ -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