From 002513c760766f13949d59812529250f4aa3fa22 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Sat, 20 Feb 2021 06:05:11 +0000 Subject: [PATCH] Update ubuntu.sh --- ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu.sh b/ubuntu.sh index 604c81e..a37b49b 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -210,7 +210,7 @@ sudo apt-get install -y openssh-server BLUE "Installing 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 +sudo apt-get update && sudo apt-get install -y codium BLUE "Installing anonsurf..." sudo apt-get install -y anonsurf