exclude profile architect from being installed

merge-requests/273/head
Bernhard Landauer 8 years ago
parent 82b1e87948
commit 3814fb75f9

@ -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

Loading…
Cancel
Save