From 3f8c110813c1a8c9edf907155ba31e7dc7005d6a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 13 Jun 2022 15:13:51 +0200 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 2d243de..c6fb80a 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 @@ -92,7 +92,7 @@ if [ $choice == 1 ] || [ $choice == 2 ]; then if [ -d "$INSTALL_DIR" ]; then echo ""; - echo "[✔] Successfuly Installed !!! "; + echo "[✔] Successfully Installed !!! "; echo ""; echo ""; echo -e $ORANGE " [+]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++[+]"