mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-20 13:41:41 +00:00
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:
parent
ea24895e08
commit
798dba14eb
@ -339,6 +339,7 @@ main() {
|
|||||||
if [ "$VERSION" != "leap/15.1" ] && \
|
if [ "$VERSION" != "leap/15.1" ] && \
|
||||||
[ "$VERSION" != "leap/15.2" ] && \
|
[ "$VERSION" != "leap/15.2" ] && \
|
||||||
[ "$VERSION" != "leap/15.3" ] && \
|
[ "$VERSION" != "leap/15.3" ] && \
|
||||||
|
[ "$VERSION" != "leap/15.4" ] && \
|
||||||
[ "$VERSION" != "tumbleweed" ]
|
[ "$VERSION" != "tumbleweed" ]
|
||||||
then
|
then
|
||||||
OS_UNSUPPORTED=1
|
OS_UNSUPPORTED=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user