suppress build output
This commit is contained in:
parent
db1d0b7c14
commit
964aeafb5c
4
larbs.sh
4
larbs.sh
@ -100,8 +100,8 @@ gitinstall() { for gitrepo in $@; do
|
||||
dialog --infobox "Installing \"$(basename $gitrepo)\" from source..." 4 40
|
||||
git clone --depth 1 "$gitrepo" $dir
|
||||
cd $dir
|
||||
make
|
||||
make install
|
||||
make &>/dev/null
|
||||
make install &>/dev/null
|
||||
done ;}
|
||||
|
||||
serviceinit() { for service in $@; do
|
||||
|
Loading…
Reference in New Issue
Block a user