diff --git a/setup_server/account.urmic.org.sh b/setup_server/account.urmic.org.sh index 307111b..e17b727 100644 --- a/setup_server/account.urmic.org.sh +++ b/setup_server/account.urmic.org.sh @@ -1,3 +1,4 @@ +apt update apt install nginx fail2ban -y; apt install php-fpm php-cli php-mysql php-zip php-gd php-mbstring php-curl php-xml php-pear php-bcmath -y diff --git a/setup_server/cdn.urmic.org.sh b/setup_server/cdn.urmic.org.sh index fedf95d..0159cf5 100644 --- a/setup_server/cdn.urmic.org.sh +++ b/setup_server/cdn.urmic.org.sh @@ -1,3 +1,4 @@ +apt update apt install nginx fail2ban -y; apt install php-fpm php-cli php-mysql php-zip php-gd php-mbstring php-curl php-xml php-pear php-bcmath -y diff --git a/setup_server/stream.urmic.org.sh b/setup_server/stream.urmic.org.sh index 8450f6c..1bf8567 100644 --- a/setup_server/stream.urmic.org.sh +++ b/setup_server/stream.urmic.org.sh @@ -1,3 +1,4 @@ +apt update apt install nginx fail2ban -y; apt install php-fpm php-cli php-mysql php-zip php-gd php-mbstring php-curl php-xml php-pear php-bcmath -y