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 <[email protected]>
@@ -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"