mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 13:18:53 +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:

committed by
Denton Gentry

parent
916aa782af
commit
cc3806056f
@@ -306,7 +306,8 @@ main() {
|
|||||||
[ "$VERSION" != "hirsute" ] && \
|
[ "$VERSION" != "hirsute" ] && \
|
||||||
[ "$VERSION" != "impish" ] && \
|
[ "$VERSION" != "impish" ] && \
|
||||||
[ "$VERSION" != "jammy" ] && \
|
[ "$VERSION" != "jammy" ] && \
|
||||||
[ "$VERSION" != "kinetic" ]
|
[ "$VERSION" != "kinetic" ] && \
|
||||||
|
[ "$VERSION" != "lunar" ]
|
||||||
then
|
then
|
||||||
OS_UNSUPPORTED=1
|
OS_UNSUPPORTED=1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user