progress
This commit is contained in:
parent
49aebc6892
commit
ee4f730437
4
main.sh
4
main.sh
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user