update entier server
This commit is contained in:
parent
42c7849429
commit
a4b3fd2b1f
|
@ -1,4 +1,6 @@
|
|||
apt update
|
||||
apt upgrade -y
|
||||
apt autoremove -y
|
||||
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
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
apt update
|
||||
apt upgrade -y
|
||||
apt autoremove -y
|
||||
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
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
apt update
|
||||
apt upgrade -y
|
||||
apt autoremove -y
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue