Index: usr/lib/univention-system-setup/scripts/90_postjoin/20upgrade =================================================================== --- usr/lib/univention-system-setup/scripts/90_postjoin/20upgrade (Revision 67501) +++ usr/lib/univention-system-setup/scripts/90_postjoin/20upgrade (Arbeitskopie) @@ -34,6 +34,9 @@ info_header "$0" "$(gettext "Upgrading the system")" +# Activate the online repository +/usr/sbin/ucr set repository/online=yes + is_profile_var_true "update/system/after/setup" if [ $? -ne 0 ]; then @@ -44,9 +47,6 @@ eval "$(ucr shell)" -# Activate the online repository -/usr/sbin/ucr set repository/online=yes - if [ "$server_role" = "domaincontroller_master" ]; then # Update to latest patchlevel echo "Running upgrade on DC Master: univention-upgrade --noninteractive --updateto $version_version-99"