From 61a0b8b1138c3858c318d72d624ac4302fd28a60 Mon Sep 17 00:00:00 2001 From: Alexey Berezhok Date: Tue, 2 Apr 2024 21:49:51 +0300 Subject: [PATCH] Added MSVSphere to common script --- install/hst-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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