diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 15:37:12 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 15:37:12 +0100 |
commit | fdc64588e236630b4a0fe71d706d1483a6de0dbe (patch) | |
tree | bcaf4c62bab582210e2ec559d6801b0cc0334c8e /bin/network_configuration.sh | |
parent | 61497487a8d0ab13beaeeba4cba6be113f2119b2 (diff) | |
download | archinstall-fdc64588e236630b4a0fe71d706d1483a6de0dbe.tar archinstall-fdc64588e236630b4a0fe71d706d1483a6de0dbe.tar.zst archinstall-fdc64588e236630b4a0fe71d706d1483a6de0dbe.zip |
Some structural changes.
Diffstat (limited to 'bin/network_configuration.sh')
-rw-r--r-- | bin/network_configuration.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |