Unverified Commit 49e58bae authored by Hardik Zinzuvadiya's avatar Hardik Zinzuvadiya Committed by GitHub
Browse files

Merge pull request #253 from cclauss/patch-1

install.sh: sudo apt-get install python3-pip
parents 53a44c98 f98a1d44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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