diff --git a/bibliotecha.sh b/bibliotecha.sh index d1e0752..19c6e41 100755 --- a/bibliotecha.sh +++ b/bibliotecha.sh @@ -135,7 +135,7 @@ function install_networking_packages { wireless-tools } -function disable_networking_services { +function stop_networking_services { echo "Stopping the networking services ..." local services="dnsmasq hostapd" @@ -392,7 +392,7 @@ function run_installation { run_apt_update install_networking_packages - disable_networking_services + stop_networking_services configure_network_interfaces configure_dnsmasq configure_hostapd