Bladeren bron

Add correct paths to the run script

tags/1.0^2
9seconds 6 jaren geleden
bovenliggende
commit
47364e7ba8
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1
    1
      README.md
  2. 1
    1
      run.sh

+ 1
- 1
README.md Bestand weergeven

@@ -227,7 +227,7 @@ This tool will listen on port 3128 by default with the given secret.
227 227
 Please ensure that docker is installed. After that just execute
228 228
 
229 229
 ```console
230
-curl -sfL https:// | bash
230
+curl -sfL --compressed https://raw.githubusercontent.com/9seconds/mtg/master/run.sh | bash
231 231
 ```
232 232
 
233 233
 

+ 1
- 1
run.sh Bestand weergeven

@@ -9,7 +9,7 @@
9 9
 # Example:
10 10
 #   export MTG_CONFIG="$HOME/mtg_config"
11 11
 #   export MTG_IMAGENAME="nineseconds/mtg:latest"
12
-#   curl -sfL https://lalala | bash
12
+#   curl -sfL --compressed https://raw.githubusercontent.com/9seconds/mtg/master/run.sh | bash
13 13
 
14 14
 set -eu -o pipefail
15 15
 

Laden…
Annuleren
Opslaan