From 8996ff7f598d154483f3a6d61e8c41f83ae1ff07 Mon Sep 17 00:00:00 2001 From: Alexander Serowy Date: Thu, 1 Apr 2021 13:54:10 +0200 Subject: [PATCH] fixed paste bug --- install.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index 658e10d..e3928ee 100755 --- a/install.sh +++ b/install.sh @@ -60,7 +60,7 @@ install_node_deps () { echo "npm not installed" return fi - sudo npm install -g $@ + sudo npm install -g $@ } install_python_deps () { @@ -68,11 +68,7 @@ install_python_deps () { echo "python/pip not installed" return fi - sudo python3 -m pip install $@ ]]; then - echo "python/pip not installed" - return - fi - sudo python3 -m pip install $@ + sudo python3 -m pip install $@ } install_ts() {