Browse Source
Don't disable, just stop these networking services
master
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
|