scripts/installer.sh: add FreeBSD 15 (#16741)

* Update installer.sh add FreeBSD ver 15

this should fix the issue on https://github.com/tailscale/tailscale/issues/16740

Signed-off-by: TheBigBear <471105+TheBigBear@users.noreply.github.com>

* scripts/installer.sh: small indentation change

Signed-off-by: Erisa A <erisa@tailscale.com>
Fixes #16740

---------

Signed-off-by: TheBigBear <471105+TheBigBear@users.noreply.github.com>
Signed-off-by: Erisa A <erisa@tailscale.com>
Co-authored-by: Erisa A <erisa@tailscale.com>
This commit is contained in:
TheBigBear
2025-08-06 03:38:50 +02:00
committed by GitHub
parent f80ea92030
commit 57d653014b

View File

@@ -408,7 +408,8 @@ main() {
freebsd) freebsd)
if [ "$VERSION" != "12" ] && \ if [ "$VERSION" != "12" ] && \
[ "$VERSION" != "13" ] && \ [ "$VERSION" != "13" ] && \
[ "$VERSION" != "14" ] [ "$VERSION" != "14" ] && \
[ "$VERSION" != "15" ]
then then
OS_UNSUPPORTED=1 OS_UNSUPPORTED=1
fi fi