Fix the update command.

This commit is contained in:
Cyteen May 2020-02-26 13:53:54 +00:00
parent 5cd5b3f8ef
commit 0fc958759d
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ echo "deb http://repo.saltstack.com/apt/debian/${DEBIAN_VERSION}/amd64/${SALT_VE
#ln -s /etc/apt/sources.list-available/saltstack-${DEBIAN_RELEASE}.list /etc/apt/sources.list.d/saltstack-${DEBIAN_RELEASE}.list
# Upgrade The System
apt-get update && apt-get upgrade -y -o "DPkg::Options::=--force-confold"
apt-get update && apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade -y
# salt-api - Generic, modular network access system
# salt-cloud - public cloud VM management system