mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Fix bug of the additional package install
This commit is contained in:
parent
53c4426a98
commit
ea49d6d082
1 changed files with 8 additions and 0 deletions
|
|
@ -51,6 +51,14 @@ source _confirmation.sh
|
|||
# Pre-install stage
|
||||
# *******************************************************************************
|
||||
|
||||
# Install essential packages.
|
||||
# If GUI environment, also install xterm to run the void-installer in a window
|
||||
if [ ${GUIENV} -eq 1 ] ; then
|
||||
xbps-install -y -Su xbps gptfdisk xterm
|
||||
else
|
||||
xbps-install -y -Su xbps gptfdisk
|
||||
fi
|
||||
|
||||
# Common part of the pre-install stage
|
||||
source _preinstall.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue