Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-05-10 12:36:06 +02:00 committed by GitHub
parent df2e12f2cc
commit 4899f384f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -216,6 +216,8 @@ FUNCTIONS=(
configure_nginx
configure_modsecurity
mysql_for_ubuntu
setup_ufw
setup_opencli
install_all_locales
@ -630,6 +632,9 @@ configure_nginx() {
mysql_for_ubuntu() {
ubuntu_version=$(lsb_release -rs)
# Check if the version is 22.04
if [[ "$ubuntu_version" == "22.04" ]]; then
#echo "This is Ubuntu 22.04"