diff --git a/install/hst-install.sh b/install/hst-install.sh index 288eeac..76e15cf 100755 --- a/install/hst-install.sh +++ b/install/hst-install.sh @@ -61,7 +61,7 @@ elif [ -e "/etc/os-release" ] && [ -e "/etc/redhat-release" ]; then type=$(grep "^ID=" /etc/os-release | cut -f 2 -d '"') VERSION=$type # TODO: Not sure if this required - if [[ "$type" =~ ^(rhel|almalinux|eurolinux|ol|rocky|centos)$ ]]; then + if [[ "$type" =~ ^(rhel|almalinux|eurolinux|ol|rocky|centos|msvsphere)$ ]]; then release=$(rpm --eval='%rhel') fi else