Skip to content

Commit 5a35b50

Browse files
committed
implement quiet mode, quiet as a mouse
1 parent ab531fa commit 5a35b50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

install_script_tools.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#####################################################################
44
#
55
# to install:
6-
# curl https://raw.githubusercontent.com/DexterInd/script_tools/master/install_script_tools.sh | bash
6+
# curl --silent https://raw.githubusercontent.com/DexterInd/script_tools/master/install_script_tools.sh | bash
77
#
88
#####################################################################
99
#####################################################################
@@ -41,10 +41,10 @@ cd $DEXTER
4141
# if not, clone the folder
4242
if [ ! -d $SCRIPT ] ; then
4343
# clone the folder
44-
sudo git clone https://github.com/DexterInd/script_tools.git
44+
sudo git clone --quiet https://github.com/DexterInd/script_tools.git
4545
else
4646
cd $SCRIPT
47-
sudo git pull
47+
sudo git pull --quiet
4848
fi
4949

5050
popd

0 commit comments

Comments
 (0)