From 150ebb76fa9f60dbe4419dbbb3e68379acd5d32e Mon Sep 17 00:00:00 2001 From: "Francois B. (Makoto)" Date: Sun, 23 Feb 2020 19:09:36 +0100 Subject: [PATCH] first step for Ubuntu 20.04/LM20 integration --- yggdrasil.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/yggdrasil.sh b/yggdrasil.sh index cc59814..ab64b63 100755 --- a/yggdrasil.sh +++ b/yggdrasil.sh @@ -29,6 +29,11 @@ case $OS in source /opt/yggdrasil/install_functions_ub1804.sh || exit 1 source /opt/yggdrasil/menus_functions_ub1804.sh || exit 1 ;; + *"Ubuntu 20.04"* | *"Linux Mint 20"*) + source /opt/yggdrasil/repo_functions_ub2004.sh || exit 1 + source /opt/yggdrasil/install_functions_ub2004.sh || exit 1 + source /opt/yggdrasil/menus_functions_ub2004.sh || exit 1 + ;; *) printf "\n" printf $BOLDROUGE"Linux distro not supported"$NORMAL