install.sh: sudo apt-get install python3-pip

This commit is contained in:
Christian Clauss 2022-06-12 22:06:57 +02:00 committed by GitHub
parent 53a44c98de
commit f98a1d446e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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