Skip to content

Commit 2f47079

Browse files
authored
Update hst-install.sh
Allow Debian 12 to be used for install
1 parent 98b386e commit 2f47079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ check_wget_curl() {
143143

144144
# Check for supported operating system before proceeding with download
145145
# of OS-specific installer, and throw error message if unsupported OS detected.
146-
if [[ "$release" =~ ^(10|11|20.04|22.04)$ ]]; then
146+
if [[ "$release" =~ ^(10|11|12|20.04|22.04)$ ]]; then
147147
check_wget_curl $*
148148
elif [[ -e "/etc/redhat-release" ]] && [[ "$release" =~ ^(8|9)$ ]]; then
149149
check_wget_curl $*

0 commit comments

Comments
 (0)