exclude profile architect from being installed

This commit is contained in:
Bernhard Landauer 2017-02-26 16:35:26 +01:00
parent 82b1e87948
commit 3814fb75f9

View File

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