From c46175158fa1cacce7e70a9001fc7561abfb5eda Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 1 Oct 2018 10:07:51 -1000 Subject: [PATCH] site: download: add -s to curl commands [ci skip] --- site/download.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/download.md b/site/download.md index 69f4bd6df..97ca7f69f 100644 --- a/site/download.md +++ b/site/download.md @@ -83,11 +83,11 @@ on GNU/linux, mac and freeBSD Here's the quick, non-secure way to run it: - **`curl https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh | bash`** + **`curl -s https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh | bash`** And here's the more responsible way: - **`curl -O https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh`**\ + **`curl -sO https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh`**\ **`less hledger-install.sh`** *# do security review*\ **`bash hledger-install.sh`**