Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-07-20 02:11:26 +0300
committernachoparker <nacho@ownyourbits.com>2019-07-20 19:46:34 +0300
commit212bd467ab3150240cd2964eb58a4848c3496f24 (patch)
tree4b109d48d848f5bbd4eb61ac49bd3d3e3705f87e
parent5bc9057377ac829c71c1e9622734e79f3dfff7f3 (diff)
update: restore smbclient after dist upgradev1.15.2
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rwxr-xr-xbin/ncp-dist-upgrade1
-rw-r--r--changelog.md6
-rw-r--r--updates/1.16.0.sh4
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 ]] && {
: