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-08-31 09:51:17 +0300
committernachoparker <nacho@ownyourbits.com>2017-09-02 00:32:19 +0300
commitf4922697015f5badef21675900c102fe326799a0 (patch)
treeeac12ddcc5b0d0f45f14a0fd513f0b35522a48b4 /etc/nextcloudpi-config.d/dnsmasq.sh
parent009c82e6cfb82cc40c49a9e253fe41bbbf779b13 (diff)
use always no-install-recommendsv0.24.13
Diffstat (limited to 'etc/nextcloudpi-config.d/dnsmasq.sh')
-rw-r--r--etc/nextcloudpi-config.d/dnsmasq.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nextcloudpi-config.d/dnsmasq.sh b/etc/nextcloudpi-config.d/dnsmasq.sh
index d14dbe42..ed1d358b 100644
--- a/etc/nextcloudpi-config.d/dnsmasq.sh
+++ b/etc/nextcloudpi-config.d/dnsmasq.sh
@@ -31,7 +31,7 @@ show_info()
install()
{
apt-get update
- apt-get install -y dnsmasq
+ apt-get install --no-install-recommends -y dnsmasq
update-rc.d dnsmasq disable
}