diff --git a/scripts_debian/02_install_groups.sh b/scripts_debian/02_install_groups.sh index 5acd628..e261068 100755 --- a/scripts_debian/02_install_groups.sh +++ b/scripts_debian/02_install_groups.sh @@ -31,6 +31,8 @@ else # testing/unstable chroot $INSTALLDIR apt-get -y install systemd-sysv fi +chroot $INSTALLDIR systemctl set-default multi-user.target + echo "--> Upgrading system" chroot $INSTALLDIR apt-get update chroot $INSTALLDIR apt-get -y upgrade