diff options
Diffstat (limited to 'util/configure_network.sh')
-rw-r--r-- | util/configure_network.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/configure_network.sh b/util/configure_network.sh index fd85e36..cd2d37c 100644 --- a/util/configure_network.sh +++ b/util/configure_network.sh @@ -29,6 +29,6 @@ echo "" >> /etc/hosts echo "127.0.0.1 localhost" >> /etc/hosts echo "::1 localhost" >> /etc/hosts -systemctl enable dhcpcd +systemctl enable NetworkManager echo "Configured network - OK" |