xterm is not needed anymore.

This commit is contained in:
Suikan 2021-07-02 22:35:24 +09:00
parent c5ccd06c3b
commit 508f2f8130

View file

@ -48,7 +48,7 @@ function main() {
# *******************************************************************************
# Install essential packages.
xbps-install -y -Su xbps gptfdisk xterm
xbps-install -y -Su xbps gptfdisk
# Common part of the pre-install stage
if ! pre_install ; then