diff --git a/scripts/rtinst b/scripts/rtinst index 17349c4f..39da18d3 100755 --- a/scripts/rtinst +++ b/scripts/rtinst @@ -249,6 +249,12 @@ if [ "$relno" = "21" ] || [ "$(lsb_release -sr)" = "21.04" ]; then libcver=libcurl4 fi +if [ "$relno" = "22" ] || [ "$(lsb_release -sr)" = "22.04" ]; then + phpver=php7.4 + phploc=/etc/php/7.4 + libcver=libcurl4 +fi + serveripa=$(ip route get 8.8.8.8 | awk 'NR==1 {print $7}') serveripb=$(wget -qO- --timeout=3 ipecho.net/plain) serveripc=$(wget -qO- --timeout=3 ipinfo.io/ip)