From 43b1289a82c51d1d4c3e187fd128d445b4d610b3 Mon Sep 17 00:00:00 2001 From: Alexander Serowy Date: Thu, 1 Apr 2021 13:57:15 +0200 Subject: [PATCH] fixed --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e3928ee..aaa0e0b 100755 --- a/install.sh +++ b/install.sh @@ -64,7 +64,7 @@ install_node_deps () { } install_python_deps () { - if [[ -z $(which pip) && $(which pip3) ]]; then + if [[ -z $(which pip) && -z $(which pip3) ]]; then echo "python/pip not installed" return fi