Преглед изворни кода

scripts/installer.sh: add SUSE Enterprise Server.

Fixes https://github.com/tailscale/tailscale/issues/6840

Signed-off-by: Denton Gentry <[email protected]>
Denton Gentry пре 3 година
родитељ
комит
2a1f1c79ca
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      scripts/installer.sh

+ 1 - 1
scripts/installer.sh

@@ -187,7 +187,7 @@ main() {
 				VERSION="$(echo "$VERSION_ID" | cut -f1 -d.)"
 				VERSION="$(echo "$VERSION_ID" | cut -f1 -d.)"
 				PACKAGETYPE="yum"
 				PACKAGETYPE="yum"
 				;;
 				;;
-			opensuse-leap)
+			opensuse-leap|sles)
 				OS="opensuse"
 				OS="opensuse"
 				VERSION="leap/$VERSION_ID"
 				VERSION="leap/$VERSION_ID"
 				PACKAGETYPE="zypper"
 				PACKAGETYPE="zypper"