Skip to content

Commit

Permalink
scripts/installer.sh: add sle-micro-rancher.
Browse files Browse the repository at this point in the history
Fixes tailscale#5633

Signed-off-by: Denton Gentry <[email protected]>
  • Loading branch information
DentonGentry committed Jun 5, 2023
1 parent 2492ca2 commit 4321d1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4321d1d

Please sign in to comment.