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-04-04 03:15:01 +0300
committernachoparker <nacho@ownyourbits.com>2018-04-04 03:15:01 +0300
commit490d84dbd165069d2399a544cc48506279c83ae6 (patch)
tree09b08e683af633b21ce5545bf800fa78302f147c
parentfb2ad5d6981a850ba3b30dbcb2e2d3763ff5c155 (diff)
docker: add column commandv0.53.15
-rw-r--r--etc/nextcloudpi-config.d/nc-info.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/nextcloudpi-config.d/nc-info.sh b/etc/nextcloudpi-config.d/nc-info.sh
index 33ffb05b..f31a3054 100644
--- a/etc/nextcloudpi-config.d/nc-info.sh
+++ b/etc/nextcloudpi-config.d/nc-info.sh
@@ -15,6 +15,12 @@
DESCRIPTION="Print NextCloudPi system info"
+install()
+{
+ apt-get update
+ apt-get install -y --no-install-recommends bsdmainutils
+}
+
configure()
{
echo "Gathering information..."
@@ -30,8 +36,6 @@ configure()
return 0
}
-install() { :; }
-
# License
#
# This script is free software; you can redistribute it and/or modify it