Make makepkg command not silent

This commit is contained in:
Petar Kapriš 2025-04-20 22:47:53 +02:00
parent a94851a3ae
commit d55479849f

3
bs.sh
View file

@ -183,8 +183,7 @@ manualinstall() {
sudo -u "$name" git pull --force origin master
}
cd "$repodir/$1" || exit 1
sudo -u "$name" \
makepkg --noconfirm -si >/dev/null 2>&1 || return 1
sudo -u "$name" makepkg --noconfirm -si || return 1
}
maininstallations() {