diff --git a/main.sh b/main.sh index 7f1f25c..d4e8da3 100755 --- a/main.sh +++ b/main.sh @@ -235,6 +235,8 @@ do_install() { echo "ignorepkg=${i}" >> "${target}/etc/xbps.d/10-ignore-pkg.conf" done if [ "${DEBUG}" ]; then + xbps-install -S -R https://alpha.de.repo.voidlinux.org/current -r "${target}" "${pkgs[@]}" + else xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/current -r "${target}" "${pkgs[@]}" fi }