first step for Ubuntu 20.04/LM20 integration

This commit is contained in:
Francois B. (Makoto) 2020-02-23 19:09:36 +01:00
parent 7ab46297ac
commit 150ebb76fa

View file

@ -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