diff --git a/cleanup.sh b/cleanup.sh index 7b60bb1..906a882 100644 --- a/cleanup.sh +++ b/cleanup.sh @@ -9,4 +9,4 @@ rm -rf old 2>/dev/null rm -rf conf-* 2>/dev/null echo "Git pulling" -git pull \ No newline at end of file +git pull 1>/dev/null 2>/dev/null \ No newline at end of file diff --git a/installer1.sh b/installer1.sh index 1232fd7..33babeb 100644 --- a/installer1.sh +++ b/installer1.sh @@ -3,7 +3,7 @@ set -e # updoot this echo "Updating this repo..." -git pull 1>/dev/null +git pull 1>/dev/null 2>/dev/null echo "Updating Raspberry Pi firmware..." sudo rpi-update diff --git a/installer2.sh b/installer2.sh index f39eb85..d9c65ac 100644 --- a/installer2.sh +++ b/installer2.sh @@ -2,7 +2,7 @@ set -e echo "Updating this repo..." -git pull 1>/dev/null +git pull 1>/dev/null 2>/dev/null # updoot echo "Updating software lists..." diff --git a/installer3.sh b/installer3.sh index fff5fec..8332771 100644 --- a/installer3.sh +++ b/installer3.sh @@ -2,7 +2,7 @@ # set -e echo "Updating this repo..." -git pull 1>/dev/null +git pull 1>/dev/null 2>/dev/null # grafana repo and install echo "Add Grafana repo..." diff --git a/installer4.sh b/installer4.sh index fc2c0c3..0600fed 100644 --- a/installer4.sh +++ b/installer4.sh @@ -2,7 +2,7 @@ set -e echo "Updating this repo..." -git pull 1>/dev/null +git pull 1>/dev/null 2>/dev/null if [ ! -z $SUDO_USER ]; then username=$SUDO_USER