From cc3806056f79cb122dee6ab3794355c3690e6f61 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Tue, 21 Mar 2023 15:03:35 -0700 Subject: [PATCH] scripts/installer.sh: Add Ubuntu Lunar Lobster 23.04. pkgs.tailscale.com added support in January, need to add it to the installer script. Signed-off-by: Denton Gentry --- scripts/installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index e05ed86ba..721503e78 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -306,7 +306,8 @@ main() { [ "$VERSION" != "hirsute" ] && \ [ "$VERSION" != "impish" ] && \ [ "$VERSION" != "jammy" ] && \ - [ "$VERSION" != "kinetic" ] + [ "$VERSION" != "kinetic" ] && \ + [ "$VERSION" != "lunar" ] then OS_UNSUPPORTED=1 fi