Hide Xorg menu if Xorg is not installed to config menu
This commit is contained in:
parent
3c38b3a1dd
commit
3e64d381cb
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ options+=("Bash" "")
|
||||||
options+=("Firewall" "")
|
options+=("Firewall" "")
|
||||||
options+=("Users" "")
|
options+=("Users" "")
|
||||||
options+=("Sudoers" "")
|
options+=("Sudoers" "")
|
||||||
options+=("XOrg" "")
|
if [ -f /usr/bin/Xorg ]; then
|
||||||
|
options+=("XOrg" "")
|
||||||
|
fi
|
||||||
options+=("Grub" "")
|
options+=("Grub" "")
|
||||||
|
|
||||||
defaultitem=""
|
defaultitem=""
|
||||||
|
|
Loading…
Reference in a new issue