mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
trusted domains are needed before the update happens
This commit is contained in:
parent
93cca2d3a1
commit
cf3b602962
@ -543,6 +543,9 @@ mesg n
|
||||
|
||||
ROOTNEWPROFILE
|
||||
|
||||
# Set trusted domain in config.php
|
||||
run_script NETWORK trusted
|
||||
|
||||
# Upgrade system
|
||||
print_text_in_color "$ICyan" "System will now upgrade..."
|
||||
bash $SCRIPTS/update.sh minor
|
||||
@ -551,9 +554,6 @@ bash $SCRIPTS/update.sh minor
|
||||
apt-get autoremove -y
|
||||
apt-get autoclean
|
||||
|
||||
# Set trusted domain in config.php
|
||||
run_script NETWORK trusted
|
||||
|
||||
# Remove preference for IPv4
|
||||
rm -f /etc/apt/apt.conf.d/99force-ipv4
|
||||
apt-get update
|
||||
|
||||
Loading…
Reference in New Issue
Block a user