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:
Diffstat (limited to 'bin/ncp/CONFIG/nc-datadir.sh')
-rw-r--r--bin/ncp/CONFIG/nc-datadir.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ncp/CONFIG/nc-datadir.sh b/bin/ncp/CONFIG/nc-datadir.sh
index a9be2df9..f44fa8d7 100644
--- a/bin/ncp/CONFIG/nc-datadir.sh
+++ b/bin/ncp/CONFIG/nc-datadir.sh
@@ -17,8 +17,7 @@ is_active()
install()
{
- apt-get update
- apt-get install -y --no-install-recommends btrfs-tools
+ apt_install btrfs-tools
}
configure()