Update install.sh
This commit is contained in:
parent
b8919ceb0d
commit
4d2f13c767
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue