diff --git a/lib/util-desktop.sh b/lib/util-desktop.sh index 8a9e522..07137af 100644 --- a/lib/util-desktop.sh +++ b/lib/util-desktop.sh @@ -78,7 +78,7 @@ install_manjaro_de_wm() { # DE/WM Menu DIALOG " $_InstDETitle " --radiolist "$_InstDEBody\n\n$_UseSpaceBar" 0 0 12 \ - $(echo $PROFILES/{manjaro,community}/* | xargs -n1 | cut -f7 -d/ | grep -v "netinstall" |awk '$0=$0" - off"') 2> /tmp/.desktop + $(echo $PROFILES/{manjaro,community}/* | xargs -n1 | cut -f7 -d'/' | grep -vE "netinstall|architect" | awk '$0=$0" - off"') 2> /tmp/.desktop # If something has been selected, install if [[ $(cat /tmp/.desktop) != "" ]]; then