|
|
@@ -6,7 +6,7 @@
|
|
|
# Currently Supported Operating Systems:
|
|
|
#
|
|
|
# Debian 8, 9, 10
|
|
|
-# Ubuntu 16.04, 18.04
|
|
|
+# Ubuntu 16.04, 18.04, 20.04
|
|
|
#
|
|
|
|
|
|
# Am I root?
|
|
|
@@ -62,7 +62,7 @@ no_support_message(){
|
|
|
echo "Hestia Control Panel. Officially supported releases:"
|
|
|
echo "****************************************************"
|
|
|
echo " Debian 8, 9, 10"
|
|
|
- echo " Ubuntu 16.04 LTS, 18.04 LTS"
|
|
|
+ echo " Ubuntu 16.04 LTS, 18.04, 20.04 LTS"
|
|
|
echo ""
|
|
|
exit 1;
|
|
|
}
|
|
|
@@ -99,7 +99,7 @@ check_wget_curl(){
|
|
|
|
|
|
# Check for supported operating system before proceeding with download
|
|
|
# of OS-specific installer, and throw error message if unsupported OS detected.
|
|
|
-if [[ "$release" =~ ^(8|9|10|16.04|18.04)$ ]]; then
|
|
|
+if [[ "$release" =~ ^(8|9|10|16.04|18.04|20.04)$ ]]; then
|
|
|
check_wget_curl $*
|
|
|
else
|
|
|
no_support_message
|