1
0
Fork 0

fix freeze

This commit is contained in:
Luca Bilke 2024-01-13 16:02:22 +01:00
parent f97ae50e0b
commit 159f900f4e
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ setup() {
install_packages() {
#shellcheck disable=SC2016,SC2046
xbps-install $(xargs -a "$1") 2>&1 | grep -q "not found in repository pool." && error "Invalid package in packages.txt, run validate.sh"
xbps-install -y $(xargs -a "$1") 2>&1 | grep -q "not found in repository pool." && error "Invalid package in packages.txt, run validate.sh"
info "Done!"
command -v git 1>/dev/null 2>&1 || error "git isn't installed even though it should be!"
command -v stow 1>/dev/null 2>&1 || error "stow isn't installed even though it should be!"