Correction de l'url du setup.

This commit is contained in:
William 2022-06-21 16:22:06 +02:00
parent 28e86d1f21
commit ca45883690

View File

@ -7,5 +7,5 @@ This playbook installs webserver (Nginx, Letsencrypt, Mariadb & PHP)
Go to your server then run : Go to your server then run :
```bash ```bash
curl https://github.com/re-books/playbook-webserver/blob/master/setup.sh | sudo bash curl https://raw.githubusercontent.com/re-books/playbook-webserver/master/setup.sh | sudo bash
``` ```