diff --git a/deploy.sh b/deploy.sh index 29460e8..c8fceb4 100755 --- a/deploy.sh +++ b/deploy.sh @@ -63,8 +63,8 @@ else fi # Install what we need -apt update -y && apt full-upgrade -y -apt install --assume-yes \ +apt-get update --assume-yes +apt-get install --assume-yes \ git tmux unzip curl vim xz-utils python3-venv python3-pip \ python3-dev apt virtualenv python3-virtualenv libjpeg-dev zlib1g-dev \ fuse g++ gcc curl firewalld automake autoconf libtool \