Move check function further up in the order

This commit is contained in:
Luke Murphy 2019-07-09 13:25:17 +02:00
parent 51bb2f04fa
commit 4b1745431d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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