Browse Source

Don't disable, just stop these networking services

master
Luke Murphy 5 years ago
parent
commit
3a6f8239ee
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 4
      bibliotecha.sh

4
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

Loading…
Cancel
Save