Browse Source

Move check function further up in the order

master
Luke Murphy 5 years ago
parent
commit
4b1745431d
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      bibliotecha.sh

2
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

Loading…
Cancel
Save