Преглед изворни кода

Show Debian 12 as supported OS (#4188)

sahsanu пре 2 година
родитељ
комит
89a6bd7d1e
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      install/hst-install.sh

+ 2 - 2
install/hst-install.sh

@@ -8,7 +8,7 @@
 #
 #
 # Currently Supported Operating Systems:
 # Currently Supported Operating Systems:
 #
 #
-# Debian 10, 11
+# Debian 10, 11, 12
 # Ubuntu 20.04, 22.04
 # Ubuntu 20.04, 22.04
 # AlmaLinux, EuroLinux, Red Hat EnterPrise Linux, Rocky Linux 8, 9
 # AlmaLinux, EuroLinux, Red Hat EnterPrise Linux, Rocky Linux 8, 9
 #
 #
@@ -81,7 +81,7 @@ no_support_message() {
 	echo "Your operating system (OS) is not supported by"
 	echo "Your operating system (OS) is not supported by"
 	echo "Hestia Control Panel. Officially supported releases:"
 	echo "Hestia Control Panel. Officially supported releases:"
 	echo "****************************************************"
 	echo "****************************************************"
-	echo "  Debian 10, 11"
+	echo "  Debian 10, 11, 12"
 	echo "  Ubuntu 20.04, 22.04 LTS"
 	echo "  Ubuntu 20.04, 22.04 LTS"
 	# Commenting this out for now
 	# Commenting this out for now
 	# echo "  AlmaLinux, EuroLinux, Red Hat EnterPrise Linux, Rocky Linux 8,9"
 	# echo "  AlmaLinux, EuroLinux, Red Hat EnterPrise Linux, Rocky Linux 8,9"