This commit is contained in:
teldra 2022-02-09 15:27:29 +01:00
parent ee4f730437
commit ac8dc72959

View File

@ -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