mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
void installer is now without xterm
This commit is contained in:
parent
88270a7fed
commit
a5ecca9860
2 changed files with 4 additions and 18 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue