Browse Source

Update vscodium package name

pull/250/head
Xavier Petit 5 years ago committed by Clément
parent
commit
4052e13fc4
  1. 2
      scripts/vscode.sh

2
scripts/vscode.sh

@ -8,7 +8,7 @@ cd $SCRIPT_DIR
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | apt-key add -
echo 'deb https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/debs/ vscodium main' > /etc/apt/sources.list.d/vscodium.list
apt-get update && apt-get -y install vscodium
apt-get update && apt-get -y install codium
# Set-up all users
for DIR in $(ls -1d /home/* 2>/dev/null || true)

Loading…
Cancel
Save