don't curl2bash

This commit is contained in:
Cadey Ratio 2019-04-17 04:04:59 +00:00
parent 67ca246f8d
commit c656ab3f4f
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ One of the first things you should do when installing Caddy is picking the list
First we are going to need to download Caddy (please do this as root):
```console
curl https://getcaddy.com | bash -s personal http.cors,http.git,http.supervisor
curl https://getcaddy.com > install_caddy.sh
bash install_caddy.sh -s personal http.cors,http.git,http.supervisor
chown root:root /usr/local/bin/caddy
chmod 755 /usr/local/bin/caddy
```