1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

Merge pull request #253 from cclauss/patch-1

install.sh: sudo apt-get install python3-pip
This commit is contained in:
Hardik Zinzuvadiya
2022-06-13 15:54:51 +05:30
committed by GitHub

View File

@ -45,7 +45,7 @@ if [ $choice == 1 ] || [ $choice == 2 ]; then
echo -e ${BLUE}"[✔] Loading ... " echo -e ${BLUE}"[✔] Loading ... "
if [ $choice == 1 ]; then if [ $choice == 1 ]; then
sudo apt-get update && apt-get upgrade 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 elif [ $choice == 2 ]; then # added arch linux support because of feature request #231
sudo pacman -Suy sudo pacman -Suy
sudo pacman -S python-pip sudo pacman -S python-pip