summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorDenton Gentry <dgentry@tailscale.com>2022-12-23 22:15:30 -0800
committerDenton Gentry <denny@geekhold.com>2022-12-24 08:12:01 -0800
commit2a1f1c79ca707eaf725cd26fbf2e5514fd37d077 (patch)
tree3e2d289ae2adcd274bd709387802df590a674d18 /scripts
parent6107c65f1e15ae59309a02788603c7e2cd8a05a1 (diff)
downloadtailscale-2a1f1c79ca707eaf725cd26fbf2e5514fd37d077.tar.xz
tailscale-2a1f1c79ca707eaf725cd26fbf2e5514fd37d077.zip
scripts/installer.sh: add SUSE Enterprise Server.
Fixes https://github.com/tailscale/tailscale/issues/6840 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/installer.sh b/scripts/installer.sh
index 394ecf9fe..c20cade76 100755
--- a/scripts/installer.sh
+++ b/scripts/installer.sh
@@ -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"