Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-06-11 21:02:56 +02:00 committed by GitHub
parent 9e8f7b8349
commit 93481f8d8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -228,11 +228,12 @@ FUNCTIONS=(
detect_os_and_package_manager
update_package_manager
install_packages
download_skeleton_directory_from_github
setup_openpanel
setup_openadmin
configure_docker
setup_services
configure_nginx
configure_modsecurity
@ -727,6 +728,13 @@ install_packages() {
}
download_skeleton_directory_from_github(){
echo "Downloading configuration files to ${ETC_DIR}"
debug_log git clone https://github.com/stefanpejcic/openpanel-configuration /etc/openpanel > /dev/null 2>&1
}
configure_nginx() {
# Nginx