From 2c01a876c27f372168ffc9760582e58a73edbe3c Mon Sep 17 00:00:00 2001 From: nachoparker Date: Tue, 26 Jun 2018 16:52:10 +0200 Subject: nc-automount: fix udiskie not installed in latest image --- changelog.md | 6 +++++- update.sh | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3