Skip to content

Commit

Permalink
Update installMenu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanVBW authored Nov 30, 2023
1 parent a9eb553 commit 92aad4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/installMenu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ while true; do
6) cmd="pkg update -y && pkg install wget curl proot tar -y && wget https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Installer/Void/void.sh && chmod +x void.sh && bash void.sh";;
7) cmd="pkg update -y && pkg install wget curl proot tar -y && wget https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Installer/Alpine/alpine.sh -O alpine.sh && chmod +x alpine.sh && bash alpine.sh";;
8) cmd="pkg update -y && pkg install wget curl proot tar -y && wget https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Installer/Fedora/fedora.sh -O fedora.sh && chmod +x fedora.sh && bash fedora.sh";;
9) cmd="sudo apt update -y && sudo apt upgrade -y";;
9) cmd="termux-setup-storage && pkg install wget && wget -O install-nethunter-termux https://offs.ec/2MceZWr && chmod +x install-nethunter-termux && ./install-nethunter-termux";;
10) cmd="parrot command to install";;
esac
;;
Expand Down

0 comments on commit 92aad4c

Please sign in to comment.