From b41b828fa261bc1a976f49ca89740dae496e8308 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 21 Aug 2018 09:29:33 +0200 Subject: Add network manager conf --- install.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 354443a..98f2ac5 100755 --- a/install.sh +++ b/install.sh @@ -114,12 +114,20 @@ #tpac -S phpbrew libxslt #phpbrew init +# Add conf for dnsmaqs but don't enable it +# DHCP and DNS are managed by NetworkManager #tpac -S dnsmasq #sudo stow -t / dnsmasq -#sudo systemctl enable dnsmasq.service + +#sudo systemctl enable dnsmasq.service # don't do that ! + +#sudo systemctl disable dhcpcd.service + #sudo stow -t / resolv #sudo resolvconf -u +#sudo stow -t / networkmanager + #tpac -S tig #tpac -S syncthing -- cgit v1.2.1