From 212bd467ab3150240cd2964eb58a4848c3496f24 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Fri, 19 Jul 2019 17:11:26 -0600 Subject: update: restore smbclient after dist upgrade Signed-off-by: nachoparker --- bin/ncp-dist-upgrade | 1 + changelog.md | 6 ++++-- updates/1.16.0.sh | 4 ++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/bin/ncp-dist-upgrade b/bin/ncp-dist-upgrade index ce522ec6..6862dc35 100755 --- a/bin/ncp-dist-upgrade +++ b/bin/ncp-dist-upgrade @@ -64,6 +64,7 @@ $APTINSTALL -t ${release_new} php${php_ver_new} php${php_ver_new}-curl php${php_ $APTINSTALL php${php_ver_new}-mysql $APTINSTALL -t ${release_new} php${php_ver_new}-redis +$APTINSTALL -t ${release_new} php-smbclient exfat-fuse exfat-utils $APTINSTALL -t ${release_new} php${php_ver_new}-exif #$APTINSTALL -t ${release_new} imagemagick php${php_ver_new}-imagick ghostscript diff --git a/changelog.md b/changelog.md index 03a4402e..e8342bea 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,9 @@ -[v1.15.1](https://github.com/nextcloud/nextcloudpi/commit/dee51a3) (2019-07-17) exclude versions, trash, uploads from backups +[v1.15.2](https://github.com/nextcloud/nextcloudpi/commit/7791e81) (2019-07-19) update: restore smbclient after dist upgrade -[v1.15.0 ](https://github.com/nextcloud/nextcloudpi/commit/402a2c3) (2019-07-08) move to buster/PHP7.3 +[v1.15.1 ](https://github.com/nextcloud/nextcloudpi/commit/a00f240) (2019-07-17) exclude versions, trash, uploads from backups + +[v1.15.0 ](https://github.com/nextcloud/nextcloudpi/commit/e4bd5fe) (2019-07-08) move to buster/PHP7.3 [v1.14.4 ](https://github.com/nextcloud/nextcloudpi/commit/68b3f8a) (2019-07-08) nc-previews: active by default diff --git a/updates/1.16.0.sh b/updates/1.16.0.sh index 0bf635ae..9ec1ffe2 100644 --- a/updates/1.16.0.sh +++ b/updates/1.16.0.sh @@ -8,6 +8,10 @@ source /usr/local/etc/library.sh # all images +# restore smbclient after dist upgrade +apt-get update +apt-get install -y --no-install-recommends php-smbclient exfat-fuse exfat-utils + # docker images only [[ -f /.docker-image ]] && { : -- cgit v1.2.3