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-01-16 06:43:31 +0300
committernachoparker <nacho@ownyourbits.com>2019-01-16 06:43:35 +0300
commit0b8252b385693178afcfd9dac3c6b26512132ab2 (patch)
tree1a52e3693266fda75c78c12d33cc5ba6fa4f10c5
parent193d89b0e4f5c3381dbf394c24320364d9abf01c (diff)
build: add exfat utils for external storagev1.3.9
-rw-r--r--bin/ncp/CONFIG/nc-nextcloud.sh2
-rw-r--r--changelog.md6
2 files changed, 5 insertions, 3 deletions
diff --git a/bin/ncp/CONFIG/nc-nextcloud.sh b/bin/ncp/CONFIG/nc-nextcloud.sh
index 5604333e..7f5160b9 100644
--- a/bin/ncp/CONFIG/nc-nextcloud.sh
+++ b/bin/ncp/CONFIG/nc-nextcloud.sh
@@ -25,7 +25,7 @@ install()
# Optional packets for Nextcloud and Apps
apt-get update
$APTINSTALL lbzip2 iputils-ping jq
- $APTINSTALL -t $RELEASE php-smbclient # for external storage
+ $APTINSTALL -t $RELEASE php-smbclient exfat-fuse exfat-utils # for external storage
$APTINSTALL -t $RELEASE imagemagick php${PHPVER}-imagick php${PHPVER}-exif # for gallery
diff --git a/changelog.md b/changelog.md
index e2490367..cd6870f1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,9 @@
-[v1.3.8](https://github.com/nextcloud/nextcloudpi/commit/97c35c4) (2019-01-14) nc-datadir: fix fail2ban logpath
+[v1.3.9](https://github.com/nextcloud/nextcloudpi/commit/983456b) (2019-01-15) build: add exfat utils for external storage
-[v1.3.7](https://github.com/nextcloud/nextcloudpi/commit/2ac9b8b) (2019-01-14) ncp-web: allow private IPv6 addresses
+[v1.3.8](https://github.com/nextcloud/nextcloudpi/commit/193d89b) (2019-01-14) nc-datadir: fix fail2ban logpath
+
+[v1.3.7 ](https://github.com/nextcloud/nextcloudpi/commit/2ac9b8b) (2019-01-14) ncp-web: allow private IPv6 addresses
[v1.3.6](https://github.com/nextcloud/nextcloudpi/commit/34cba9f) (2019-01-14) nc-automount: add delays to some services in a persistent way