Fix the update command.
This commit is contained in:
parent
5cd5b3f8ef
commit
0fc958759d
|
|
@ -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
|
#ln -s /etc/apt/sources.list-available/saltstack-${DEBIAN_RELEASE}.list /etc/apt/sources.list.d/saltstack-${DEBIAN_RELEASE}.list
|
||||||
|
|
||||||
# Upgrade The System
|
# 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-api - Generic, modular network access system
|
||||||
# salt-cloud - public cloud VM management system
|
# salt-cloud - public cloud VM management system
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue