Update install.sh

This commit is contained in:
Bozhidar Slaveykov 2023-11-23 20:22:42 +02:00
parent b8919ceb0d
commit 4d2f13c767

View file

@ -4,7 +4,7 @@ HELPERS_DIR="$(dirname "$(pwd)")/shell/helpers/ubuntu"
. $HELPERS_DIR"/common.sh"
# Update the system
#apt update && apt upgrade -y
apt update && apt upgrade -y
DEPENDENCIES_LIST=(
"curl"