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 1 year ago committed by Denton Gentry
parent 916aa782af
commit cc3806056f

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

Loading…
Cancel
Save