From c656ab3f4fa1fb379514d14ffcc219016e2bafe4 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 17 Apr 2019 04:04:59 +0000 Subject: [PATCH] don't curl2bash --- blog/site-to-site-wireguard-part-4-2019-04-19.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ```