From ac8dc72959fdb7b6bd1aba1c80798d543c53d232 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 9 Feb 2022 15:27:29 +0100 Subject: [PATCH] progress --- main.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/main.sh b/main.sh index e19fe82..975a33d 100755 --- a/main.sh +++ b/main.sh @@ -258,10 +258,9 @@ do_install() { echo "ignorepkg=${i}" >> "${target}/etc/xbps.d/10-ignore-pkg.conf" done if [ "${DEBUG}" -ge "1" ]; then - - xbps-install -R https://alpha.de.repo.voidlinux.org/current -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}" + xbps-install -S -R https://alpha.de.repo.voidlinux.org/current -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}" else - xbps-install -y -R https://alpha.de.repo.voidlinux.org/current -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}" + xbps-install -S -y -R https://alpha.de.repo.voidlinux.org/current -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}" fi } @@ -412,7 +411,6 @@ if ! yesno "Do you really wanna install?" n; then exit fi - do_partition do_install do_chroot