diff --git a/blog/site-to-site-wireguard-part-4-2019-04-19.markdown b/blog/site-to-site-wireguard-part-4-2019-04-19.markdown index 6600e99..25a4ca5 100644 --- a/blog/site-to-site-wireguard-part-4-2019-04-19.markdown +++ b/blog/site-to-site-wireguard-part-4-2019-04-19.markdown @@ -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 ```