mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
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>
This commit is contained in:
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…
Reference in New Issue
Block a user