Update INSTALL.sh

openpanel.com
This commit is contained in:
Stefan Pejcic 2024-08-18 16:41:18 +02:00 committed by GitHub
parent 3a0a8e5c0f
commit becfe75d25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
# Author: Stefan Pejcic # Author: Stefan Pejcic
# Created: 11.07.2023 # Created: 11.07.2023
# Last Modified: 02.08.2024 # Last Modified: 02.08.2024
# Company: openpanel.co # Company: openpanel.com
# Copyright (c) OPENPANEL # Copyright (c) OPENPANEL
# #
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
@ -993,7 +993,7 @@ configure_modsecurity() {
# ModSecurity # ModSecurity
# #
# https://openpanel.co/docs/admin/settings/waf/#install-modsecurity # https://openpanel.com/docs/admin/settings/waf/#install-modsecurity
# #
if [ "$MODSEC" ]; then if [ "$MODSEC" ]; then
@ -1196,7 +1196,7 @@ run_custom_postinstall_script() {
# run the custom script # run the custom script
echo " " echo " "
echo "Running post install script.." echo "Running post install script.."
debug_log "https://dev.openpanel.co/customize.html#After-installation" debug_log "https://dev.openpanel.com/customize.html#After-installation"
debug_log bash $post_install_path debug_log bash $post_install_path
fi fi
} }
@ -1282,18 +1282,18 @@ support_message() {
echo "Your journey with OpenPanel has just begun, and we're here to help every step of the way." echo "Your journey with OpenPanel has just begun, and we're here to help every step of the way."
echo "" echo ""
echo "To get started, check out our Getting Started guide:" echo "To get started, check out our Getting Started guide:"
echo "👉 https://openpanel.co/docs/admin/intro/#post-install-steps" echo "👉 https://openpanel.com/docs/admin/intro/#post-install-steps"
echo "" echo ""
echo "Need assistance or looking to learn more? We've got you covered:" echo "Need assistance or looking to learn more? We've got you covered:"
echo "" echo ""
echo "📚 Admin Docs: Dive into our comprehensive documentation for all things OpenPanel:" echo "📚 Admin Docs: Dive into our comprehensive documentation for all things OpenPanel:"
echo "👉 https://openpanel.co/docs/admin/intro/" echo "👉 https://openpanel.com/docs/admin/intro/"
echo "" echo ""
echo "💬 Forums: Join our community forum to ask questions, share tips, and connect with fellow admins:" echo "💬 Forums: Join our community forum to ask questions, share tips, and connect with fellow admins:"
echo "👉 https://community.openpanel.co/" echo "👉 https://community.openpanel.com/"
echo "" echo ""
echo "🎮 Discord: For real-time chat and support, hop into our Discord server:" echo "🎮 Discord: For real-time chat and support, hop into our Discord server:"
echo "👉 https://discord.openpanel.co/" echo "👉 https://discord.openpanel.com/"
echo "" echo ""
echo "We're thrilled to have you with us. Let's make something amazing together! 🚀" echo "We're thrilled to have you with us. Let's make something amazing together! 🚀"
echo "" echo ""
@ -1317,7 +1317,7 @@ install_openadmin(){
# OpenAdmin # OpenAdmin
# #
# https://openpanel.co/docs/admin/intro/ # https://openpanel.com/docs/admin/intro/
# #
echo "Setting up Admin panel.." echo "Setting up Admin panel.."