From 241d7c4209ebc28c212cdebe682d58f091ec8397 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Sat, 13 May 2023 18:03:10 +0800 Subject: [PATCH] feat(core): OS Support Add Ubuntu lunar support --- auto_install/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/auto_install/install.sh b/auto_install/install.sh index eb6bde6..1c3f47f 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -351,7 +351,8 @@ distroCheck() { ["11"]="bullseye" ["18.04"]="bionic" ["20.04"]="focal" - ["22.04"]="jammy") + ["22.04"]="jammy" + ["23.04"]="lunar") OSCN="${VER_MAP["${VER}"]}" # Alpine support @@ -363,7 +364,7 @@ distroCheck() { case "${PLAT}" in Debian | Raspbian | Ubuntu) case "${OSCN}" in - stretch | buster | bullseye | xenial | bionic | focal | jammy) + stretch | buster | bullseye | xenial | bionic | focal | jammy | lunar) : ;; *)