mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-08 01:10:26 +00:00
exclude profile architect from being installed
This commit is contained in:
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…
Reference in New Issue
Block a user