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>2018-06-26 17:52:10 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-26 19:36:26 +0300
commit2c01a876c27f372168ffc9760582e58a73edbe3c (patch)
treed84ef766e670286759f8d724491e7aa10194bfba
parent40f0cbc9b6800cf585bd0e17dd02799c669cef83 (diff)
nc-automount: fix udiskie not installed in latest imagev0.57.15
-rw-r--r--changelog.md6
-rwxr-xr-xupdate.sh3
2 files changed, 8 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 5f1f9f16..3fb06e63 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
-[v0.57.13](https://github.com/nextcloud/nextcloudpi/commit/2c9c790) (2018-06-24) nc-limits: fix units
+[v0.57.15](https://github.com/nextcloud/nextcloudpi/commit/164b5cd) (2018-06-26) nc-automount: fix udiskie not installed in latest image
+
+[v0.57.14](https://github.com/nextcloud/nextcloudpi/commit/16af06f) (2018-06-26) added database dir to ncp-info (#553)
+
+[v0.57.13](https://github.com/nextcloud/nextcloudpi/commit/f0fbf61) (2018-06-24) nc-limits: fix units
[v0.57.12](https://github.com/nextcloud/nextcloudpi/commit/79da40a) (2018-06-21) nc-limits: autolimits enhancements
diff --git a/update.sh b/update.sh
index 707cd44d..f8c63927 100755
--- a/update.sh
+++ b/update.sh
@@ -278,6 +278,9 @@ EOF
chmod +x /etc/cron.weekly/letsencrypt-ncp
}
+ # fix udiskie not correctly installed
+ type udiskie &> /dev/null || apt-get install -y --no-install-recommends udiskie inotify-tools
+
} # end - only live updates
exit 0