Update ubuntu_setup.sh

This commit is contained in:
tteckster 2022-01-30 05:53:04 -05:00 committed by GitHub
parent 87a17ad526
commit c13b398a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ apt update &>/dev/null
apt-get -qqy upgrade &>/dev/null apt-get -qqy upgrade &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m" echo -e "${CHECKMARK} \e[1;92m Installing Dependencies... \e[0m"
apt-get update &>/dev/null
apt-get -qqy install \ apt-get -qqy install \
curl \ curl \
sudo &>/dev/null sudo &>/dev/null