Skip to content

Commit ac8050f

Browse files
authored
Version 2.1 beta release
1 parent c9dfaa5 commit ac8050f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zphisher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ printf "\n"
4848
reqs() {
4949

5050
command -v php > /dev/null 2>&1 || { printf "\n\e[0m\e[96m Installing php\e[0m\n\n"; apt-get install php -y > /dev/null 2>&1; }
51-
command -v php > /dev/null 2>&1 || { printf "\n\e[0m\e[96m Installing wget\e[0m\n\n"; apt-get install wget -y > /dev/null 2>&1; }
5251
command -v curl > /dev/null 2>&1 || { printf "\n\e[0m\e[96m Installing php\e[0m\n\n"; apt-get install curl -y > /dev/null 2>&1; }
52+
command -v wget > /dev/null 2>&1 || { printf "\n\e[0m\e[96m Installing wget\e[0m\n\n"; apt-get install wget -y > /dev/null 2>&1; }
5353
command -v unzip > /dev/null 2>&1 || { printf "\n\e[0m\e[96m Installing unzip\e[0m\n\n"; apt-get install zip unzip -y > /dev/null 2>&1; }
5454

5555
if [[ -d .htr ]]; then

0 commit comments

Comments
 (0)