Skip to content

Commit 86ee31f

Browse files
authored
Merge pull request #6 from Decaded/Decaded-patch-1
bump php version to 8.4
2 parents d427638 + dabeea5 commit 86ee31f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
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)