From dcdd7ec258e47d990bc8783c933a7f2cea27709a Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 8 Feb 2022 20:06:19 +0100 Subject: [PATCH] progress --- main.sh | 2 ++ 1 file changed, 2 insertions(+) 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 }