From 8b70d46477e3e648dde12b0e553dd6d4e0c804fa Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 10 May 2021 12:54:14 -0400 Subject: [PATCH] run check_for_networkmanager function (Armbian) --- installers/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/common.sh b/installers/common.sh index 9c5c7b6..ab2c4ff 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -135,6 +135,7 @@ function configure_exit() { function install_Exit() { display_welcome update_system_packages + check_for_networkmananger install_dependencies stop_lokinet configure_exit