File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
4242if [ ! -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
4545else
4646 cd $SCRIPT
47- sudo git pull
47+ sudo git pull --quiet
4848fi
4949
5050popd
You can’t perform that action at this time.
0 commit comments