progress
This commit is contained in:
parent
ee4f730437
commit
ac8dc72959
6
main.sh
6
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user