mirror of https://github.com/tteck/Proxmox.git
Update pve6_ha_setup.sh
This commit is contained in:
parent
f6c19027af
commit
ebd70c3673
|
@ -32,7 +32,7 @@ apt-get autoremove >/dev/null
|
|||
|
||||
# Update container OS
|
||||
msg "Updating container OS..."
|
||||
apt-get update >/dev/null
|
||||
apt-get --allow-releaseinfo-change update >/dev/null
|
||||
apt-get -qqy upgrade &>/dev/null
|
||||
|
||||
# Install prerequisites
|
||||
|
@ -97,4 +97,4 @@ systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
|||
|
||||
# Cleanup container
|
||||
msg "Cleanup..."
|
||||
rm -rf /pve6_ha_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
|
||||
rm -rf /pve6_ha_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
|
||||
|
|
Loading…
Reference in New Issue