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>
main
Denton Gentry 3 years ago committed by Denton Gentry
parent 916aa782af
commit cc3806056f
  1. 3
      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

Loading…
Cancel
Save