scripts/install.sh: add openSUSE Leap 15.4

Fixes https://github.com/tailscale/tailscale/issues/6095

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
Denton Gentry 2022-10-29 08:22:32 -07:00 committed by Denton Gentry
parent ea24895e08
commit 798dba14eb
1 changed files with 1 additions and 0 deletions

View File

@ -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