Move check function further up in the order
This commit is contained in:
parent
51bb2f04fa
commit
4b1745431d
@ -390,6 +390,7 @@ function reboot_system {
|
|||||||
function run_installation {
|
function run_installation {
|
||||||
ensure_root_account
|
ensure_root_account
|
||||||
ensure_buster_based_distribution
|
ensure_buster_based_distribution
|
||||||
|
ensure_predictable_network_interfaces
|
||||||
|
|
||||||
show_bibliotecha_banner
|
show_bibliotecha_banner
|
||||||
show_introduction_text
|
show_introduction_text
|
||||||
@ -399,7 +400,6 @@ function run_installation {
|
|||||||
install_networking_packages
|
install_networking_packages
|
||||||
stop_networking_services
|
stop_networking_services
|
||||||
disable_avahi_service
|
disable_avahi_service
|
||||||
ensure_predictable_network_interfaces
|
|
||||||
configure_network_interfaces
|
configure_network_interfaces
|
||||||
configure_dnsmasq
|
configure_dnsmasq
|
||||||
configure_hostapd
|
configure_hostapd
|
||||||
|
Loading…
Reference in New Issue
Block a user