install stage 1: remove squashfs-tools from packages to install at the start

squashfs-tools will be installed and used in the chroot
master
BodgeMaster 2023-07-03 14:09:32 +02:00
parent 64730980ea
commit b8ebdffc56
1 changed files with 1 additions and 2 deletions

View File

@ -65,7 +65,6 @@ usable from Windows or MacOS.
Before we begin, the following packages need to be installed (if not installed already):
- xmirror
- squashfs-tools
- wget
"
press_any_key
@ -74,7 +73,7 @@ echo -n "Ensuring that XBPS is up-to-date... "
xbps-install --yes --sync --update xbps >> $LOGFILE 2>&1
echo "done"
echo -n "Installing xmirror, squashfs-tools, wget... "
xbps-install --yes xmirror squashfs-tools wget >> $LOGFILE 2>&1
xbps-install --yes xmirror wget >> $LOGFILE 2>&1
echo "done"
#TODO: If going down the path of extracting routines from void-installer, that should be done here