scripts/installer.sh: add sle-micro-rancher.
Fixes https://github.com/tailscale/tailscale/issues/5633 Signed-off-by: Denton Gentry <dgentry@tailscale.com>pull/8273/head
parent
2492ca2900
commit
4321d1d6e9
|
@ -217,6 +217,11 @@ main() {
|
|||
VERSION="tumbleweed"
|
||||
PACKAGETYPE="zypper"
|
||||
;;
|
||||
sle-micro-rancher)
|
||||
OS="opensuse"
|
||||
VERSION="leap/15.4"
|
||||
PACKAGETYPE="zypper"
|
||||
;;
|
||||
arch|archarm|endeavouros|blendos)
|
||||
OS="arch"
|
||||
VERSION="" # rolling release
|
||||
|
|
Loading…
Reference in New Issue