From 743bddd14559ba8033db20be9fc5291b59f0962b Mon Sep 17 00:00:00 2001 From: Francois B Date: Sun, 27 May 2018 00:59:21 +0200 Subject: [PATCH] some changes about source files structure --- yggdrasil.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/yggdrasil.sh b/yggdrasil.sh index 976b536..4303c11 100755 --- a/yggdrasil.sh +++ b/yggdrasil.sh @@ -12,23 +12,20 @@ # dir=$(dirname $0) source /opt/yggdrasil/vars.sh +source /opt/yggdrasil/core_functions.sh +source /opt/yggdrasil/tools_functions.sh OS=`lsb_release -d | awk -F':' '{print $2}' | awk -F'\t' '{print $2}'` - case $OS in *"Ubuntu 18.04 LTS"* | *"Linux Mint 18"*) - source /opt/yggdrasil/core_functions_ub1604.sh source /opt/yggdrasil/repo_functions_ub1604.sh source /opt/yggdrasil/install_functions_ub1604.sh source /opt/yggdrasil/menus_functions_ub1604.sh - source /opt/yggdrasil/tools_functions_ub1604.sh ;; *"Ubuntu 18.04 LTS"* | *"Linux Mint 19"*) - source /opt/yggdrasil/core_functions_ub1804.sh source /opt/yggdrasil/repo_functions_ub1804.sh source /opt/yggdrasil/install_functions_ub1804.sh source /opt/yggdrasil/menus_functions_ub1804.sh - source /opt/yggdrasil/tools_functions_ub1804.sh ;; *) printf "\n"