Skip to content

Commit 679a18f

Browse files
committed
lamp.sh: Remove unversioned php package
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
1 parent 9975742 commit 679a18f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lamp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install()
4747
install_with_shadow_workaround --no-install-recommends systemd
4848
$APTINSTALL -t $RELEASE php${PHPVER} php${PHPVER}-curl php${PHPVER}-gd php${PHPVER}-fpm php${PHPVER}-cli php${PHPVER}-opcache \
4949
php${PHPVER}-mbstring php${PHPVER}-xml php${PHPVER}-zip php${PHPVER}-fileinfo php${PHPVER}-ldap \
50-
php${PHPVER}-intl php${PHPVER}-bz2 php-json
50+
php${PHPVER}-intl php${PHPVER}-bz2 # TODO: Add php-json back?
5151

5252
mkdir -p /run/php
5353

0 commit comments

Comments
 (0)