From 7f5657e8fe9d8cd1df37ba9235c99fdb246e76bb Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Fri, 2 Aug 2024 11:02:25 -0700 Subject: [PATCH] Update install.sh Updated PHP version. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 179cdcd..ef94f48 100755 --- a/install.sh +++ b/install.sh @@ -90,8 +90,8 @@ apt install -y whois apt install -y dnsrecon apt install -y curl apt install -y nmap -apt install -y php7.4 -apt install -y php7.4-curl +apt install -y php8.2 +apt install -y php8.2-curl apt install -y hydra apt install -y sqlmap apt install -y nbtscan