diff --git a/installer.sh b/installer.sh index be4d89e..eed2d42 100755 --- a/installer.sh +++ b/installer.sh @@ -77,7 +77,7 @@ systemctl start lsws sleep 2 # PHP and extensions -PHPVER='8.1' +PHPVER='8.4' apt install -y lsphp${PHPVER//./} lsphp${PHPVER//./}-{common,mysql,curl,imagick,intl,opcache,redis} # Create a symlink that gives PHP CLI capability but uses the LSPHP version of PHP to coincide with server