From 679a18fe5be6064012758686dcef8db205ff30cf Mon Sep 17 00:00:00 2001 From: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com> Date: Sat, 17 Dec 2022 00:39:06 +0100 Subject: [PATCH] lamp.sh: Remove unversioned php package Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com> --- lamp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamp.sh b/lamp.sh index c81c43dc..bb33463f 100644 --- a/lamp.sh +++ b/lamp.sh @@ -47,7 +47,7 @@ install() install_with_shadow_workaround --no-install-recommends systemd $APTINSTALL -t $RELEASE php${PHPVER} php${PHPVER}-curl php${PHPVER}-gd php${PHPVER}-fpm php${PHPVER}-cli php${PHPVER}-opcache \ php${PHPVER}-mbstring php${PHPVER}-xml php${PHPVER}-zip php${PHPVER}-fileinfo php${PHPVER}-ldap \ - php${PHPVER}-intl php${PHPVER}-bz2 php-json + php${PHPVER}-intl php${PHPVER}-bz2 # TODO: Add php-json back? mkdir -p /run/php