mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-14 10:47:36 +00:00
Update apply_updates.sh
This commit is contained in:
@@ -104,8 +104,8 @@ if [[ "$TARGET" == "os" || "$TARGET" == "both" ]]; then
|
||||
# conflicts (dpkg keeps the local version by default with
|
||||
# --force-confold).
|
||||
if ! pct exec "$VMID" -- env DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get -y -o Dpkg::Options::="--force-confold" upgrade; then
|
||||
echo "ERROR: apt-get upgrade failed inside CT $VMID." >&2
|
||||
apt-get -y -o Dpkg::Options::="--force-confold" dist-upgrade; then
|
||||
echo "ERROR: apt-get dist-upgrade failed inside CT $VMID." >&2
|
||||
OS_FAILED=1
|
||||
fi
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user