Add correct paths to the run script

This commit is contained in:
9seconds
2019-11-18 10:51:30 +03:00
parent b6251608d9
commit 47364e7ba8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 Please ensure that docker is installed. After that just execute
```console ```console
curl -sfL https:// | bash curl -sfL --compressed https://raw.githubusercontent.com/9seconds/mtg/master/run.sh | bash
``` ```
+1 -1
View File
@@ -9,7 +9,7 @@
# Example: # Example:
# export MTG_CONFIG="$HOME/mtg_config" # export MTG_CONFIG="$HOME/mtg_config"
# export MTG_IMAGENAME="nineseconds/mtg:latest" # 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 set -eu -o pipefail