Update install.sh

This commit is contained in:
GreenPoint-InfoSec 2022-01-01 21:40:23 +00:00 committed by GitHub
parent 9b411613f8
commit 82438961c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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"