mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 17:08:25 +00:00
Update install.sh
This commit is contained in:
parent
603f851be3
commit
3f8c110813
1 changed files with 2 additions and 2 deletions
|
|
@ -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 " [+]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++[+]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue