commit 964aeafb5cf6fec76f0ab79950968064b35be6de
parent db1d0b7c144c74ddd23890860e2bbd378b1cfcc5
Author: Luke Smith <luke@lukesmith.xyz>
Date: Thu, 2 Aug 2018 20:11:12 -0400
suppress build output
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/larbs.sh b/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