Skip to content

Commit 3059364

Browse files
authored
Merge branch 'nextcloud:master' into clean-up-opcache.ini.sh
2 parents 6fffeab + a17d684 commit 3059364

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [v1.50.4](https://github.com/nextcloud/nextcloudpi/tree/v1.50.4) (2022-12-17) Installer Fix
2+
3+
- Don't install deprecated PHP packages during installation (`php-json`)
4+
15
## [v1.50.3](https://github.com/nextcloud/nextcloudpi/tree/v1.50.3) (2022-10-03) Fix SSH login on raspberry pi
26

37
- Fix ssh users staying disabled when activating SSH

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
5151

5252
mkdir -p /run/php
5353

0 commit comments

Comments
 (0)