Moved php install into dedicated script.

This commit is contained in:
2026-05-27 09:10:20 +02:00
parent 8e63ee325b
commit f3497b97a9
2 changed files with 26 additions and 2 deletions
-2
View File
@@ -121,8 +121,6 @@ if [ "$DO_INSTALL" = true ]; then
build-essential make bear valgrind fish
tmux ca-certificates gnupg libfuse2 rsync
fonts-symbola fonts-noto fonts-noto-color-emoji
# php
php-cli php-mysql php-curl php-mbstring php-zip
)
MISSING_PACKAGES=()