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 <dgentry@tailscale.com>
pull/7643/head
Denton Gentry 2023-03-21 15:03:35 -07:00 committed by Denton Gentry
parent 916aa782af
commit cc3806056f
1 changed files with 2 additions and 1 deletions

View File

@ -306,7 +306,8 @@ main() {
[ "$VERSION" != "hirsute" ] && \
[ "$VERSION" != "impish" ] && \
[ "$VERSION" != "jammy" ] && \
[ "$VERSION" != "kinetic" ]
[ "$VERSION" != "kinetic" ] && \
[ "$VERSION" != "lunar" ]
then
OS_UNSUPPORTED=1
fi