diff options
author | Chris <[email protected]> | 2020-05-12 14:27:27 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-12 14:27:27 -0400 |
commit | f2c8778fef8a9a73cc73cd492892213ce79becd0 (patch) | |
tree | 4862b930c9b016d052124d30c73ac75c65d59396 /utils | |
parent | 7148e019d183d4ffe47d8c0571f478dff3635df7 (diff) |
pip -> pip3
Diffstat (limited to 'utils')
-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() { \ |