aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-08-31 13:01:01 +0200
committerGravatar Christian Hesse <mail@eworm.de>2018-08-31 13:01:01 +0200
commit0acc2bbda715b2d8a589fa1f159f3b95f38ea767 (patch)
tree1ad187f6fc40c9e1519d863139c9893f1f0dee20 /README.md
parent23b167e84bc918f35d9d39f699b3952b5d7f8581 (diff)
README: always quote url on command line
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3837237..52ac8cb 100644
--- a/README.md
+++ b/README.md
@@ -14,13 +14,13 @@ Initial setup
The update script does server certificate verification, so first step is to
download the certificates.
- [admin@MikroTik] > / tool fetch https://letsencrypt.org/certs/isrgrootx1.pem.txt
+ [admin@MikroTik] > / tool fetch "https://letsencrypt.org/certs/isrgrootx1.pem.txt"
status: finished
downloaded: 1KiBC-z pause]
total: 1KiB
duration: 1s
- [admin@MikroTik] > / tool fetch https://letsencrypt.org/certs/letsencryptauthorityx3.pem.txt
+ [admin@MikroTik] > / tool fetch "https://letsencrypt.org/certs/letsencryptauthorityx3.pem.txt"
status: finished
downloaded: 1KiBC-z pause]
total: 1KiB
@@ -51,13 +51,13 @@ Then we import the certificates.
Now let's download the main scripts, add them in configuration and remove the files.
- [admin@MikroTik] > / tool fetch check-certificate=yes-without-crl dst-path="script-updates/global-config" https://git.eworm.de/cgit.cgi/routeros-scripts/plain/global-config
+ [admin@MikroTik] > / tool fetch check-certificate=yes-without-crl dst-path="script-updates/global-config" "https://git.eworm.de/cgit.cgi/routeros-scripts/plain/global-config"
status: finished
downloaded: 1KiBC-z pause]
total: 1KiB
duration: 0s
- [admin@MikroTik] > / tool fetch check-certificate=yes-without-crl dst-path="script-updates/script-updates" https://git.eworm.de/cgit.cgi/routeros-scripts/plain/script-updates
+ [admin@MikroTik] > / tool fetch check-certificate=yes-without-crl dst-path="script-updates/script-updates" "https://git.eworm.de/cgit.cgi/routeros-scripts/plain/script-updates"
status: finished
downloaded: 1KiBC-z pause]
total: 1KiB