diff options
| -rwxr-xr-x | utils/install.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/utils/install.sh b/utils/install.sh index c4fc9cac..1353f431 100755 --- a/utils/install.sh +++ b/utils/install.sh @@ -83,7 +83,7 @@ installonmac() { \  }  pipinstallueberzug() { \ -  which pip > /dev/null && pip3 install ueberzug || echo "Not installing ueberzug pip not found" +  which pip3 > /dev/null && pip3 install ueberzug || echo "Not installing ueberzug pip not found"  }  installonubuntu() { \ | 
