fixes
This commit is contained in:
parent
75c0c93d3d
commit
f3dc5ee33a
5
main.sh
5
main.sh
@ -3,6 +3,7 @@
|
||||
PASS="oem"
|
||||
TIMEZONE="Europe/Berlin"
|
||||
|
||||
REPO=https://repo-default.voidlinux.org/current
|
||||
|
||||
main="/tmp/vinstall"
|
||||
target="/mnt"
|
||||
@ -286,9 +287,9 @@ do_install() {
|
||||
fi
|
||||
|
||||
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 -S -R "${REPO}" -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}"
|
||||
else
|
||||
xbps-install -S -y -R https://alpha.de.repo.voidlinux.org/current -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}"
|
||||
xbps-install -S -y -R "${REPO}" -R https://rotce.de/pakete -r "${target}" "${pkgs[@]}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user