progress
This commit is contained in:
parent
c55652a259
commit
417cb22cb9
4
main.sh
4
main.sh
|
@ -234,7 +234,9 @@ do_install() {
|
||||||
for i in "${ignorepkgs[@]}"; do
|
for i in "${ignorepkgs[@]}"; do
|
||||||
echo "ignorepkg=${i}" >> "${target}/etc/xbps.d/10-ignore-pkg.conf"
|
echo "ignorepkg=${i}" >> "${target}/etc/xbps.d/10-ignore-pkg.conf"
|
||||||
done
|
done
|
||||||
xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/current -r "${target}" "${pkgs[@]}"
|
if [ "${DEBUG}" ]; then
|
||||||
|
xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/current -r "${target}" "${pkgs[@]}"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
do_chroot() {
|
do_chroot() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user