first step for Ubuntu 20.04/LM20 integration
This commit is contained in:
parent
7ab46297ac
commit
150ebb76fa
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ case $OS in
|
||||||
source /opt/yggdrasil/install_functions_ub1804.sh || exit 1
|
source /opt/yggdrasil/install_functions_ub1804.sh || exit 1
|
||||||
source /opt/yggdrasil/menus_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 "\n"
|
||||||
printf $BOLDROUGE"Linux distro not supported"$NORMAL
|
printf $BOLDROUGE"Linux distro not supported"$NORMAL
|
||||||
|
|
Loading…
Reference in a new issue