Make makepkg command not silent
This commit is contained in:
parent
a94851a3ae
commit
d55479849f
1 changed files with 1 additions and 2 deletions
3
bs.sh
3
bs.sh
|
@ -183,8 +183,7 @@ manualinstall() {
|
||||||
sudo -u "$name" git pull --force origin master
|
sudo -u "$name" git pull --force origin master
|
||||||
}
|
}
|
||||||
cd "$repodir/$1" || exit 1
|
cd "$repodir/$1" || exit 1
|
||||||
sudo -u "$name" \
|
sudo -u "$name" makepkg --noconfirm -si || return 1
|
||||||
makepkg --noconfirm -si >/dev/null 2>&1 || return 1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
maininstallations() {
|
maininstallations() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue