This commit is contained in:
teldra 2022-02-09 15:00:54 +01:00
parent b06ada951a
commit 4c0dcac582

View File

@ -259,9 +259,9 @@ do_install() {
done
if [ "${DEBUG}" -ge "1" ]; then
xbps-install -S -R https://alpha.de.repo.voidlinux.org/current -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 -Sy -R https://alpha.de.repo.voidlinux.org/current -r "${target}" "${pkgs[@]}"
xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/current -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}"
fi
}