We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a884d commit cd336bbCopy full SHA for cd336bb
install/hst-install.sh
@@ -53,12 +53,12 @@ fi
53
54
no_support_message(){
55
echo "****************************************************"
56
- echo "Your operating system (OS) is not supported by"
57
- echo "Hestia Control Panel. Officially supported releases:"
58
- echo "****************************************************"
+ echo "Your operating system (OS) is not supported by"
+ echo "Hestia Control Panel. Officially supported releases:"
+ echo "****************************************************"
59
echo " Debian 8, 9"
60
echo " Ubuntu 16.04 LTS, 18.04 LTS"
61
- echo ""
+ echo ""
62
exit 1;
63
}
64
0 commit comments