This commit is contained in:
teldra 2022-02-08 19:59:51 +01:00
parent a1b6e9fefb
commit c397978f34

View File

@ -232,7 +232,7 @@ do_install() {
touch "${target}/etc/xbps.d/10-ignore-pkg.conf"
for i in "${ignorepkgs[@]}"; do
echo "ignorepkg=${i}" >> "${target}/etc/xbps.d/10-ignore-pkg.conf"
fi
done
xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/current -r "${target}" "${pkgs[@]}"
}