File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments