From 2a1f1c79ca707eaf725cd26fbf2e5514fd37d077 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Fri, 23 Dec 2022 22:15:30 -0800 Subject: [PATCH] scripts/installer.sh: add SUSE Enterprise Server. Fixes https://github.com/tailscale/tailscale/issues/6840 Signed-off-by: Denton Gentry --- scripts/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"