File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ printf "\n"
4848reqs () {
4949
5050command -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 ; }
5251command -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 ; }
5353command -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
5555if [[ -d .htr ]]; then
You can’t perform that action at this time.
0 commit comments