From a6f858422abcdffaeb7222801695bb3e8229f0f3 Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Sun, 11 Feb 2024 10:33:27 -0500 Subject: [PATCH] Maybe not do the full-upgrade automatically --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \