Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-06-07 14:47:54 +02:00 committed by GitHub
parent fd37bb801c
commit e8f73a46ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
# Usage: cd /home && (curl -sSL https://get.openpanel.co || wget -O - https://get.openpanel.co) | bash # Usage: cd /home && (curl -sSL https://get.openpanel.co || wget -O - https://get.openpanel.co) | bash
# Author: Stefan Pejcic # Author: Stefan Pejcic
# Created: 11.07.2023 # Created: 11.07.2023
# Last Modified: 04.06.2024 # Last Modified: 07.06.2024
# Company: openpanel.co # Company: openpanel.co
# Copyright (c) OPENPANEL # Copyright (c) OPENPANEL
# #
@ -337,6 +337,7 @@ check_requirements() {
parse_args() { parse_args() {
show_help() { show_help() {
echo "Available options:" echo "Available options:"
echo " --key=<key_here> Set the license key for OpenPanel Enterprise edition."
echo " --hostname=<hostname> Set the hostname." echo " --hostname=<hostname> Set the hostname."
echo " --version=<version> Set a custom OpenPanel version to be installed." echo " --version=<version> Set a custom OpenPanel version to be installed."
echo " --email=<stefan@example.net> Set email address to receive email with admin credentials and future notifications." echo " --email=<stefan@example.net> Set email address to receive email with admin credentials and future notifications."