Skip to content

Commit b14b0b4

Browse files
committed
Update readme for added Debian 11 suport
1 parent a211a94 commit b14b0b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Hestia Control Panel](https://www.hestiacp.com/)
44
==================================================
5-
**Latest stable release:** Version 1.4.10 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md) | [![Build Status](https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main)](https://drone.hestiacp.com/hestiacp/hestiacp) <br>
5+
**Latest stable release:** Version 1.4.11 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md) | [![Build Status](https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main)](https://drone.hestiacp.com/hestiacp/hestiacp) <br>
66

77
**Web:** [www.hestiacp.com](https://www.hestiacp.com/)<br>
88
**Documentation:** [docs.hestiacp.com](https://docs.hestiacp.com/)<br>
@@ -22,14 +22,14 @@ Features and Services
2222
* Multiple PHP versions (5.6 - 8.0, 7.4 as default)
2323
* DNS Server (Bind) with clustering capabilities
2424
* POP/IMAP/SMTP mail services with Anti-Virus, Anti-Spam, and Webmail (ClamAV, SpamAssassin, Roundcube, Rainloop)
25-
* MariaDB or PostgreSQL databases
25+
* MariaDB and/or PostgreSQL databases
2626
* Let's Encrypt SSL support with wildcard certificates
2727
* Firewall with brute-force attack detection and IP lists (iptables, fail2ban, and ipset).
2828

2929
Supported platforms and operating systems
3030
----------------------------
3131
* **CPU Architecture:** AMD64 (x86_64 Intel/AMD)
32-
* **Debian:** 10 or 9
32+
* **Debian:** 11, 10 or 9
3333
* **Ubuntu:** 20.04 LTS or 18.04 LTS
3434
* **NOTE:** Hestia Control Panel must be installed on top of a fresh operating system installation to ensure proper functionality.
3535

install/hst-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 11"
64+
echo " Debian 9, 10, 11"
6565
echo " Ubuntu 18.04, 20.04 LTS"
6666
echo ""
6767
exit 1;

0 commit comments

Comments
 (0)