From fdc64588e236630b4a0fe71d706d1483a6de0dbe Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 11 Dec 2019 15:37:12 +0100 Subject: Some structural changes. --- bin/network_configuration.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/network_configuration.sh') diff --git a/bin/network_configuration.sh b/bin/network_configuration.sh index 8eb73f6..b27b342 100644 --- a/bin/network_configuration.sh +++ b/bin/network_configuration.sh @@ -33,6 +33,8 @@ echo "" >> /etc/hosts echo "127.0.0.1 localhost" >> /etc/hosts echo "::1 localhost" >> /etc/hosts +systemctl enable dhcpcd + echo "Network configuration done - OK" echo "" sleep 1 -- cgit v1.2.3-70-g09d2