void installer is now without xterm

This commit is contained in:
Suikan 2021-07-01 21:27:12 +09:00
parent 88270a7fed
commit a5ecca9860
2 changed files with 4 additions and 18 deletions

View file

@ -49,10 +49,3 @@ else
export CRYPTPARTITION=1
fi # EFI firmware
# Void Linux only. Ignored in Ubuntu.
# Detect the GUI environment
if env | grep -w -e XDG_SESSION_TYPE -e DISPLAY -e WAYLAND_DISPLAY > /dev/null ; then
export GUIENV=1 # set 1 if GUI env.
else
export GUIENV=0 # set 0 if not GUI env.
fi