suppress build output

This commit is contained in:
Luke Smith 2018-08-02 20:11:12 -04:00
parent db1d0b7c14
commit 964aeafb5c

View File

@ -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