From 47364e7ba873fb12ce5b4281da831e5df08fcb1b Mon Sep 17 00:00:00 2001 From: 9seconds Date: Mon, 18 Nov 2019 10:50:20 +0300 Subject: [PATCH] Add correct paths to the run script --- README.md | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffd44b9..0ed11c8 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ This tool will listen on port 3128 by default with the given secret. Please ensure that docker is installed. After that just execute ```console -curl -sfL https:// | bash +curl -sfL --compressed https://raw.githubusercontent.com/9seconds/mtg/master/run.sh | bash ``` diff --git a/run.sh b/run.sh index 0980043..61dac6d 100755 --- a/run.sh +++ b/run.sh @@ -9,7 +9,7 @@ # Example: # export MTG_CONFIG="$HOME/mtg_config" # export MTG_IMAGENAME="nineseconds/mtg:latest" -# curl -sfL https://lalala | bash +# curl -sfL --compressed https://raw.githubusercontent.com/9seconds/mtg/master/run.sh | bash set -eu -o pipefail