Skip to content

Commit

Permalink
scripts/installer.sh: add SUSE Enterprise Server.
Browse files Browse the repository at this point in the history
Fixes tailscale#6840

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
  • Loading branch information
DentonGentry authored and coadler committed Feb 2, 2023
1 parent 51f7c90 commit 3fe2a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ main() {
VERSION="$(echo "$VERSION_ID" | cut -f1 -d.)"
PACKAGETYPE="yum"
;;
opensuse-leap)
opensuse-leap|sles)
OS="opensuse"
VERSION="leap/$VERSION_ID"
PACKAGETYPE="zypper"
Expand Down

0 comments on commit 3fe2a6d

Please sign in to comment.