This commit is contained in:
teldra 2022-02-09 15:24:57 +01:00
parent 49aebc6892
commit ee4f730437
1 changed files with 2 additions and 2 deletions

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 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
xbps-install -Sy -R https://alpha.de.repo.voidlinux.org/current -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}"
xbps-install -y -R https://alpha.de.repo.voidlinux.org/current -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}"
fi
}