diff --git a/system-setup.sh b/system-setup.sh index ee992dd0..aee2556b 100755 --- a/system-setup.sh +++ b/system-setup.sh @@ -61,7 +61,7 @@ xbps-install -S -y # Install 32-bit libraries needed for i686 tools executed on the host # These might be needed if you don't run mksquashfs/xorriso etc. in a chroot/uchroot echo "=> Installing 32-bit libraries for i686 execution on the host (if needed)..." -xbps-install -y lzo-32bit libgcc-32bit readline8-32bit || { +xbps-install -y lzo-32bit libgcc-32bit readline-32bit || { echo "Warning: Failed to install one or more 32-bit packages. Continuing." # Don't exit here, as QEMU packages are still required for aarch64 etc. }