Skip to content

Commit

Permalink
update: restore smbclient after dist upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: nachoparker <[email protected]>
  • Loading branch information
nachoparker committed Jul 20, 2019
1 parent 5bc9057 commit 212bd46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/ncp-dist-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 4 additions & 0 deletions updates/1.16.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]] && {
:
Expand Down

0 comments on commit 212bd46

Please sign in to comment.