This commit is contained in:
teldra 2022-02-08 20:06:19 +01:00
parent 417cb22cb9
commit dcdd7ec258
1 changed files with 2 additions and 0 deletions

View File

@ -235,6 +235,8 @@ do_install() {
echo "ignorepkg=${i}" >> "${target}/etc/xbps.d/10-ignore-pkg.conf"
done
if [ "${DEBUG}" ]; then
xbps-install -S -R https://alpha.de.repo.voidlinux.org/current -r "${target}" "${pkgs[@]}"
else
xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/current -r "${target}" "${pkgs[@]}"
fi
}