don't curl2bash
This commit is contained in:
parent
67ca246f8d
commit
c656ab3f4f
|
@ -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):
|
First we are going to need to download Caddy (please do this as root):
|
||||||
|
|
||||||
```console
|
```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
|
chown root:root /usr/local/bin/caddy
|
||||||
chmod 755 /usr/local/bin/caddy
|
chmod 755 /usr/local/bin/caddy
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue