mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
update: restore smbclient after dist upgrade
Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
parent
5bc9057377
commit
212bd467ab
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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 ]] && {
|
||||
:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user