Don't disable, just stop these networking services
This commit is contained in:
parent
d560e52143
commit
3a6f8239ee
@ -135,7 +135,7 @@ function install_networking_packages {
|
|||||||
wireless-tools
|
wireless-tools
|
||||||
}
|
}
|
||||||
|
|
||||||
function disable_networking_services {
|
function stop_networking_services {
|
||||||
echo "Stopping the networking services ..."
|
echo "Stopping the networking services ..."
|
||||||
|
|
||||||
local services="dnsmasq hostapd"
|
local services="dnsmasq hostapd"
|
||||||
@ -392,7 +392,7 @@ function run_installation {
|
|||||||
run_apt_update
|
run_apt_update
|
||||||
|
|
||||||
install_networking_packages
|
install_networking_packages
|
||||||
disable_networking_services
|
stop_networking_services
|
||||||
configure_network_interfaces
|
configure_network_interfaces
|
||||||
configure_dnsmasq
|
configure_dnsmasq
|
||||||
configure_hostapd
|
configure_hostapd
|
||||||
|
Loading…
Reference in New Issue
Block a user