From 4b1745431d1e6b33f081f19f1f7f41cbfa5e645b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 9 Jul 2019 13:25:17 +0200 Subject: [PATCH] Move check function further up in the order --- bibliotecha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibliotecha.sh b/bibliotecha.sh index eb29a33..764cb0e 100755 --- a/bibliotecha.sh +++ b/bibliotecha.sh @@ -390,6 +390,7 @@ function reboot_system { function run_installation { ensure_root_account ensure_buster_based_distribution + ensure_predictable_network_interfaces show_bibliotecha_banner show_introduction_text @@ -399,7 +400,6 @@ function run_installation { install_networking_packages stop_networking_services disable_avahi_service - ensure_predictable_network_interfaces configure_network_interfaces configure_dnsmasq configure_hostapd