mirror of
https://github.com/richardsonjf/shellphish.git
synced 2025-12-12 20:03:21 -08:00
Update shellphish.sh
This commit is contained in:
@@ -11,9 +11,6 @@ trap 'printf "\n";stop;exit 1' 2
|
||||
dependencies() {
|
||||
|
||||
command -v php > /dev/null 2>&1 || { echo >&2 "I require php but it's not installed. Install it. Aborting."; exit 1; }
|
||||
|
||||
command -v wget > /dev/null 2>&1 || { echo >&2 "I require wget but it's not installed. Install it. Aborting."; exit 1; }
|
||||
command -v unzip > /dev/null 2>&1 || { echo >&2 "I require unzip but it's not installed. Install it. Aborting."; exit 1; }
|
||||
command -v curl > /dev/null 2>&1 || { echo >&2 "I require curl but it's not installed. Install it. Aborting."; exit 1; }
|
||||
|
||||
}
|
||||
@@ -379,7 +376,8 @@ fi
|
||||
if [[ -e ngrok ]]; then
|
||||
echo ""
|
||||
else
|
||||
|
||||
command -v unzip > /dev/null 2>&1 || { echo >&2 "I require unzip but it's not installed. Install it. Aborting."; exit 1; }
|
||||
command -v wget > /dev/null 2>&1 || { echo >&2 "I require wget but it's not installed. Install it. Aborting."; exit 1; }
|
||||
printf "\e[1;92m[\e[0m*\e[1;92m] Downloading Ngrok...\n"
|
||||
arch=$(uname -a | grep -o 'arm' | head -n1)
|
||||
arch2=$(uname -a | grep -o 'Android' | head -n1)
|
||||
|
||||
Reference in New Issue
Block a user