Skip to content

Commit dabeea5

Browse files
authored
bump php version to 8.4
1 parent d427638 commit dabeea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,11 @@ install_nginx_and_php() {
373373
fi
374374

375375
# Check if PHP is already installed
376-
if dpkg -l | grep -q "php8.1"; then
376+
if dpkg -l | grep -q "php8.4"; then
377377
echo "PHP is already installed. Skipping PHP installation."
378378
else
379379
# Install PHP
380-
sudo apt install php8.1 php8.1-fpm -y
380+
sudo apt install php8.4 php8.4-fpm -y
381381
fi
382382

383383
# Remove apache2 if it exists

0 commit comments

Comments
 (0)