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 'etc/ncp-config.d/duckDNS.sh')
-rw-r--r--etc/ncp-config.d/duckDNS.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/ncp-config.d/duckDNS.sh b/etc/ncp-config.d/duckDNS.sh
index 90d9c35f..bac8776e 100644
--- a/etc/ncp-config.d/duckDNS.sh
+++ b/etc/ncp-config.d/duckDNS.sh
@@ -16,7 +16,11 @@ INSTALLPATH=/usr/local/etc/$INSTALLDIR
CRONFILE=/etc/cron.d/duckdns
DESCRIPTION="Free Dynamic DNS provider (need account from https://duckdns.org)"
-install() { :; }
+install()
+{
+ apt-get update
+ apt-get install -y --no-install-recommends curl # TODO use wget instead
+}
configure()
{