From 93481f8d8da79d30e22bfb9b90528f2df7bb39a5 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 11 Jun 2024 21:02:56 +0200 Subject: [PATCH] Update INSTALL.sh --- version/0.2.1/INSTALL.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/version/0.2.1/INSTALL.sh b/version/0.2.1/INSTALL.sh index 46c2f431..bd956cad 100644 --- a/version/0.2.1/INSTALL.sh +++ b/version/0.2.1/INSTALL.sh @@ -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