From 82438961c9101ed78e6fa93db3bfc6ef2f263a4c Mon Sep 17 00:00:00 2001 From: GreenPoint-InfoSec <77916614+GreenPoint-InfoSec@users.noreply.github.com> Date: Sat, 1 Jan 2022 21:40:23 +0000 Subject: [PATCH] Update install.sh --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 2b03a69..12eb5f0 100755 --- a/install.sh +++ b/install.sh @@ -67,7 +67,6 @@ if [[ $UBUNTU_CHECK == "DISTRIB_ID=Ubuntu" ]]; then mkdir -p /run/user/0 2> /dev/null add-apt-repository ppa:longsleep/golang-backports sudo apt update - apt install golang fi echo -e "$OKBLUE[*]$RESET Installing package dependencies...$RESET"