File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed
Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
66### Features
77
8+ - Add support for Debian 11 (Bullseye) #1611
9+ - Add support for openssl in hestia-php
10+
811### Bugfixes
912
1013- Improve handling upgrade of Roundcube #1917
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323VERBOSE=' no'
2424
2525# Define software versions
26- HESTIA_INSTALL_VER=' 1.4.11~aplpha '
26+ HESTIA_INSTALL_VER=' 1.4.11~beta '
2727pma_v=' 5.1.1'
2828rc_v=" 1.4.11"
2929multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" " 8.0" )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323VERBOSE=' no'
2424
2525# Define software versions
26- HESTIA_INSTALL_VER=' 1.4.11~alpha '
26+ HESTIA_INSTALL_VER=' 1.4.11~beta '
2727pma_v=' 5.1.1'
2828rc_v=" 1.4.11"
2929multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" " 8.0" )
Original file line number Diff line number Diff line change 55#
66# Currently Supported Operating Systems:
77#
8- # Debian 9, 10
8+ # Debian 9, 10, 11
99# Ubuntu 18.04, 20.04
1010#
1111
@@ -61,7 +61,7 @@ no_support_message(){
6161 echo " Your operating system (OS) is not supported by"
6262 echo " Hestia Control Panel. Officially supported releases:"
6363 echo " ****************************************************"
64- echo " Debian 9, 10"
64+ echo " Debian 9, 10 11 "
6565 echo " Ubuntu 18.04, 20.04 LTS"
6666 echo " "
6767 exit 1;
@@ -99,7 +99,7 @@ check_wget_curl(){
9999
100100# Check for supported operating system before proceeding with download
101101# of OS-specific installer, and throw error message if unsupported OS detected.
102- if [[ " $release " =~ ^(9| 10| 18.04| 20.04)$ ]]; then
102+ if [[ " $release " =~ ^(9| 10| 11 | 18.04| 20.04)$ ]]; then
103103 check_wget_curl $*
104104else
105105 no_support_message
Original file line number Diff line number Diff line change 11Source: hestia
22Package: hestia
33Priority: optional
4- Version: 1.4.11~alpha
4+ Version: 1.4.11~beta
55Section: admin
66Maintainer: HestiaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
You can’t perform that action at this time.
0 commit comments