From 2811bb8394f2ea262677c00275e7a878c3747661 Mon Sep 17 00:00:00 2001 From: hjelev Date: Sun, 20 Mar 2022 20:59:27 +0200 Subject: [PATCH] update --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bf7d106..8ce2e2f 100755 --- a/install.sh +++ b/install.sh @@ -34,7 +34,7 @@ check_and_install_pip(){ pip=$(${python} -m pip --version 2>&1); if [[ "$pip" == *"No"* ]]; then echo "- Pip is not installed, installing it." - sudo apt install $python-pip + sudo apt install $pip else print_green "+ Found $pip" fi