Skip to content

Commit 84430ad

Browse files
committed
Update hst-install.sh
Remove Debian 9 and add Ubuntu 22.04
1 parent e00a8da commit 84430ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/hst-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ no_support_message(){
6565
echo "Your operating system (OS) is not supported by"
6666
echo "Hestia Control Panel. Officially supported releases:"
6767
echo "****************************************************"
68-
echo " Debian 9, 10, 11"
68+
echo " Debian 10, 11"
6969
echo " Ubuntu 18.04, 20.04, 22.04 LTS"
7070
echo ""
7171
exit 1;
@@ -103,7 +103,7 @@ check_wget_curl(){
103103

104104
# Check for supported operating system before proceeding with download
105105
# of OS-specific installer, and throw error message if unsupported OS detected.
106-
if [[ "$release" =~ ^(9|10|11|18.04|20.04|22.04)$ ]]; then
106+
if [[ "$release" =~ ^(10|11|18.04|20.04|22.04)$ ]]; then
107107
check_wget_curl $*
108108
else
109109
no_support_message

0 commit comments

Comments
 (0)