mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-19 13:11:41 +00:00
scripts/installer.sh: add Xen Enterprise
Tested on a VM running Xen Enterprise 8.2.1. https://xcp-ng.org/ Fixes https://github.com/tailscale/tailscale/issues/4655 Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
parent
da601c23e1
commit
afb3f62b01
@ -161,6 +161,11 @@ main() {
|
|||||||
VERSION="$VERSION_ID"
|
VERSION="$VERSION_ID"
|
||||||
PACKAGETYPE="yum"
|
PACKAGETYPE="yum"
|
||||||
;;
|
;;
|
||||||
|
xenenterprise)
|
||||||
|
OS="centos"
|
||||||
|
VERSION="$(echo "$VERSION_ID" | cut -f1 -d.)"
|
||||||
|
PACKAGETYPE="yum"
|
||||||
|
;;
|
||||||
opensuse-leap)
|
opensuse-leap)
|
||||||
OS="opensuse"
|
OS="opensuse"
|
||||||
VERSION="leap/$VERSION_ID"
|
VERSION="leap/$VERSION_ID"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user