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"
|
echo "ignorepkg=${i}" >> "${target}/etc/xbps.d/10-ignore-pkg.conf"
|
||||||
done
|
done
|
||||||
if [ "${DEBUG}" -ge "1" ]; then
|
if [ "${DEBUG}" -ge "1" ]; then
|
||||||
|
xbps-install -S -R https://alpha.de.repo.voidlinux.org/current -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}"
|
||||||
xbps-install -R https://alpha.de.repo.voidlinux.org/current -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}"
|
|
||||||
else
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -412,7 +411,6 @@ if ! yesno "Do you really wanna install?" n; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
do_partition
|
do_partition
|
||||||
do_install
|
do_install
|
||||||
do_chroot
|
do_chroot
|
||||||
|
|
Loading…
Reference in New Issue
Block a user