mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Always keep local configuration when updating (#90)
This commit is contained in:
parent
f76f78ee87
commit
7d5329634a
@ -29,7 +29,7 @@ NCVERSION=$(curl -s --max-time 900 $NCREPO/ | tac | grep unknown.gif | sed 's/.*
|
||||
|
||||
# System Upgrade
|
||||
apt update
|
||||
apt dist-upgrade -y
|
||||
export DEBIAN_FRONTEND=noninteractive ; apt dist-upgrade -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold"
|
||||
|
||||
# Set secure permissions
|
||||
FILE="$SECURE"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user