mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
9e8f7b8349
commit
93481f8d8d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user