Skip to content

Commit 01a69a6

Browse files
authored
Update hst-install.sh (hestiacp#3377)
remove Ubuntu 18 from no_support_message and Debian 9 from header
1 parent 974f688 commit 01a69a6

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
@@ -8,7 +8,7 @@
88
#
99
# Currently Supported Operating Systems:
1010
#
11-
# Debian 9, 10, 11
11+
# Debian 10, 11
1212
# Ubuntu 20.04, 22.04
1313
# AlmaLinux, EuroLinux, Red Hat EnterPrise Linux, Rocky Linux 8, 9
1414
#
@@ -82,7 +82,7 @@ no_support_message() {
8282
echo "Hestia Control Panel. Officially supported releases:"
8383
echo "****************************************************"
8484
echo " Debian 10, 11"
85-
echo " Ubuntu 18.04, 20.04, 22.04 LTS"
85+
echo " Ubuntu 20.04, 22.04 LTS"
8686
# Commenting this out for now
8787
# echo " AlmaLinux, EuroLinux, Red Hat EnterPrise Linux, Rocky Linux 8,9"
8888
echo ""

0 commit comments

Comments
 (0)