We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98b386e + 2f47079 commit 3c0b69cCopy full SHA for 3c0b69c
install/hst-install.sh
@@ -143,7 +143,7 @@ check_wget_curl() {
143
144
# Check for supported operating system before proceeding with download
145
# of OS-specific installer, and throw error message if unsupported OS detected.
146
-if [[ "$release" =~ ^(10|11|20.04|22.04)$ ]]; then
+if [[ "$release" =~ ^(10|11|12|20.04|22.04)$ ]]; then
147
check_wget_curl $*
148
elif [[ -e "/etc/redhat-release" ]] && [[ "$release" =~ ^(8|9)$ ]]; then
149
0 commit comments