[O] update.sh: Fetch silently

This commit is contained in:
Hykilpikonna
2021-09-18 11:59:59 -04:00
parent 1f1a117262
commit aff64c226f
+1 -1
View File
@@ -3,7 +3,7 @@ pushd $SCR
prefix="&7[&3zshrc&7]"
# Check for updates
git fetch origin
git fetch origin --quiet
reslog=$(git log HEAD..origin/master --oneline)
if [[ "${reslog}" != "" ]] ; then