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
|
dialog --infobox "Installing \"$(basename $gitrepo)\" from source..." 4 40
|
||||||
git clone --depth 1 "$gitrepo" $dir
|
git clone --depth 1 "$gitrepo" $dir
|
||||||
cd $dir
|
cd $dir
|
||||||
make
|
make &>/dev/null
|
||||||
make install
|
make install &>/dev/null
|
||||||
done ;}
|
done ;}
|
||||||
|
|
||||||
serviceinit() { for service in $@; do
|
serviceinit() { for service in $@; do
|
||||||
|
Loading…
Reference in New Issue
Block a user