File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 $*
108108else
109109 no_support_message
You can’t perform that action at this time.
0 commit comments