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>
pull/4689/head
Denton Gentry 2 years ago committed by Denton Gentry
parent da601c23e1
commit afb3f62b01

@ -161,6 +161,11 @@ main() {
VERSION="$VERSION_ID"
PACKAGETYPE="yum"
;;
xenenterprise)
OS="centos"
VERSION="$(echo "$VERSION_ID" | cut -f1 -d.)"
PACKAGETYPE="yum"
;;
opensuse-leap)
OS="opensuse"
VERSION="leap/$VERSION_ID"

Loading…
Cancel
Save