View | Details | Raw Unified | Return to bug 28089
Collapse All | Expand All

(-)usr/lib/univention-system-setup/scripts/setup-join.sh (+7 lines)
Lines 64-69 Link Here
64
# do not allow the UMC or webserver to be restarted
64
# do not allow the UMC or webserver to be restarted
65
/usr/share/univention-updater/disable-apache2-umc
65
/usr/share/univention-updater/disable-apache2-umc
66
66
67
# Re-create sources.list files before installing the role packages
68
#  https://forge.univention.org/bugzilla/show_bug.cgi?id=28089
69
ucr commit /etc/apt/sources.list.d/*
70
67
# Install the server package
71
# Install the server package
68
/usr/lib/univention-system-setup/scripts/role/10role
72
/usr/lib/univention-system-setup/scripts/role/10role
69
73
Lines 145-150 Link Here
145
echo "Starting re-configuration of network"
149
echo "Starting re-configuration of network"
146
run-parts -a --network-only -a --appliance-mode -- /usr/lib/univention-system-setup/scripts/net/
150
run-parts -a --network-only -a --appliance-mode -- /usr/lib/univention-system-setup/scripts/net/
147
151
152
# Re-create sources.list files
153
ucr commit /etc/apt/sources.list.d/*
154
148
# Install selected software
155
# Install selected software
149
echo "Starting re-configuration of software packages"
156
echo "Starting re-configuration of software packages"
150
run-parts /usr/lib/univention-system-setup/scripts/software/
157
run-parts /usr/lib/univention-system-setup/scripts/software/

Return to bug 28089