From 798dba14ebfbc4d5bec3f1aa07677e1e4a7564c6 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Sat, 29 Oct 2022 08:22:32 -0700 Subject: [PATCH] scripts/install.sh: add openSUSE Leap 15.4 Fixes https://github.com/tailscale/tailscale/issues/6095 Signed-off-by: Denton Gentry --- scripts/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/installer.sh b/scripts/installer.sh index 08f4b19d6..e3807b08a 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -339,6 +339,7 @@ main() { if [ "$VERSION" != "leap/15.1" ] && \ [ "$VERSION" != "leap/15.2" ] && \ [ "$VERSION" != "leap/15.3" ] && \ + [ "$VERSION" != "leap/15.4" ] && \ [ "$VERSION" != "tumbleweed" ] then OS_UNSUPPORTED=1