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