From 25eb56ba71412e3191118a4107105426f4aebb92 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Sat, 20 Feb 2021 05:21:16 +0000 Subject: [PATCH] Update ubuntu.sh --- ubuntu.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ubuntu.sh b/ubuntu.sh index 1fa270e..604c81e 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -208,7 +208,9 @@ BLUE "Installing openssh-server..." sudo apt-get install -y openssh-server BLUE "Installing vscodium..." -sudo apt-get install -y vscodium +wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/vscodium.gpg +echo 'deb https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/ vscodium main' | sudo tee --append /etc/apt/sources.list.d/vscodium.list +sudo apt-get update && sudo apt-get install -y vscodium BLUE "Installing anonsurf..." sudo apt-get install -y anonsurf