From f98a1d446e4dd988113ca84e4330ce34b2f4c215 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 12 Jun 2022 22:06:57 +0200 Subject: [PATCH] install.sh: sudo apt-get install python3-pip --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2d243de..3ef2ae9 100644 --- a/install.sh +++ b/install.sh @@ -45,7 +45,7 @@ if [ $choice == 1 ] || [ $choice == 2 ]; then echo -e ${BLUE}"[✔] Loading ... " if [ $choice == 1 ]; then sudo apt-get update && apt-get upgrade - sudo apt-get install python-pip + sudo apt-get install python3-pip elif [ $choice == 2 ]; then # added arch linux support because of feature request #231 sudo pacman -Suy sudo pacman -S python-pip