mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
scripts/installer.sh: add sle-micro-rancher.
Fixes https://github.com/tailscale/tailscale/issues/5633 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
parent
2492ca2900
commit
4321d1d6e9
@ -217,6 +217,11 @@ main() {
|
|||||||
VERSION="tumbleweed"
|
VERSION="tumbleweed"
|
||||||
PACKAGETYPE="zypper"
|
PACKAGETYPE="zypper"
|
||||||
;;
|
;;
|
||||||
|
sle-micro-rancher)
|
||||||
|
OS="opensuse"
|
||||||
|
VERSION="leap/15.4"
|
||||||
|
PACKAGETYPE="zypper"
|
||||||
|
;;
|
||||||
arch|archarm|endeavouros|blendos)
|
arch|archarm|endeavouros|blendos)
|
||||||
OS="arch"
|
OS="arch"
|
||||||
VERSION="" # rolling release
|
VERSION="" # rolling release
|
||||||
|
Loading…
Reference in New Issue
Block a user