Skip to content

Commit

Permalink
Merge branch 'nextcloud:master' into clean-up-opcache.ini.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvynEzi authored Dec 21, 2022
2 parents 6fffeab + a17d684 commit 3059364
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [v1.50.4](https://github.com/nextcloud/nextcloudpi/tree/v1.50.4) (2022-12-17) Installer Fix

- Don't install deprecated PHP packages during installation (`php-json`)

## [v1.50.3](https://github.com/nextcloud/nextcloudpi/tree/v1.50.3) (2022-10-03) Fix SSH login on raspberry pi

- Fix ssh users staying disabled when activating SSH
Expand Down
2 changes: 1 addition & 1 deletion lamp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

mkdir -p /run/php

Expand Down

0 comments on commit 3059364

Please sign in to comment.