Maybe not do the full-upgrade automatically

This commit is contained in:
DeathByDenim 2024-02-11 10:33:27 -05:00
parent 10bf46f796
commit a6f858422a
Signed by: DeathByDenim
GPG Key ID: 89185F675E0AB7D5
1 changed files with 2 additions and 2 deletions

View File

@ -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 \