Skip to content

Commit f98a1d4

Browse files
authored
install.sh: sudo apt-get install python3-pip
1 parent 53a44c9 commit f98a1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [ $choice == 1 ] || [ $choice == 2 ]; then
4545
echo -e ${BLUE}"[✔] Loading ... "
4646
if [ $choice == 1 ]; then
4747
sudo apt-get update && apt-get upgrade
48-
sudo apt-get install python-pip
48+
sudo apt-get install python3-pip
4949
elif [ $choice == 2 ]; then # added arch linux support because of feature request #231
5050
sudo pacman -Suy
5151
sudo pacman -S python-pip

0 commit comments

Comments
 (0)