diff --git a/scripts/obtain/dotnet-install.sh b/scripts/obtain/dotnet-install.sh index 7f6f86956..89ad61b66 100755 --- a/scripts/obtain/dotnet-install.sh +++ b/scripts/obtain/dotnet-install.sh @@ -92,7 +92,7 @@ get_current_os_name() { echo "opensuse.42.1" return 0 ;; - "rhel.7.0" | "rhel.7.1" | "rhel.7.2") + "rhel.7"*) echo "rhel" return 0 ;;