Merge branch 'master' of ssh://gitlab.manjaro.org:22277/tools/development-tools/manjaro-tools

This commit is contained in:
Philip Müller 2020-06-21 21:44:23 +02:00
commit c4f2f75d78

View file

@ -439,6 +439,8 @@ load_profile_config(){
if [[ ${displaymanager} != "none" ]]; then
enable_systemd+=("${displaymanager}")
fi
[[ -z ${needs_internet} ]] && needs_internet='false'
[[ -z ${netinstall} ]] && netinstall='false'