mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 00:14:02 +03:00
Add correct paths to the run script
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user