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>2017-09-05 12:26:27 +0300
committernachoparker <nacho@ownyourbits.com>2017-09-05 12:26:27 +0300
commitce42e1af677218f1644ab98c61ec7b5a9f0369a9 (patch)
tree7109b5dce84176db7bf6f631909e0d826d58caad /etc/nextcloudpi-config.d
parenta5beae8d855f20fca0c5323b072bb76fcf188a29 (diff)
nc-automount: small fixv0.26.11
Diffstat (limited to 'etc/nextcloudpi-config.d')
-rw-r--r--etc/nextcloudpi-config.d/nc-automount.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nextcloudpi-config.d/nc-automount.sh b/etc/nextcloudpi-config.d/nc-automount.sh
index b3a15e92..dfaa620a 100644
--- a/etc/nextcloudpi-config.d/nc-automount.sh
+++ b/etc/nextcloudpi-config.d/nc-automount.sh
@@ -37,7 +37,7 @@ IMPORTANT: halt or umount the drive before extracting" \
install()
{
apt-get update
- apt-get install -y --no-install-recommends udiskie
+ apt-get install -y --no-install-recommends udiskie inotify-tools
cat > /etc/udev/rules.d/99-udisks2.rules <<'EOF'
ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{UDISKS_FILESYSTEM_SHARED}="1"