Update download-zim-files script URL

This commit is contained in:
Christopher
2024-07-12 12:17:47 -05:00
parent 205a485ff8
commit 7816130a14

View File

@@ -1,7 +1,7 @@
# Run command
```bash
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/download-zim-files/run.sh)"
bash -c "$(wget -qLO - https://github.com/bigbeartechworld/big-bear-scripts/raw/master/download-zim-files/run.sh)"
```
# How to use
@@ -9,7 +9,7 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-be
Run the script with the URL of the ZIM file as the first argument, like so:
```bash
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/download-zim-files/run.sh)" -- <url> <custom_destination_directory>
bash -c "$(wget -qLO - https://github.com/bigbeartechworld/big-bear-scripts/raw/master/download-zim-files/run.sh)" -- <url> <custom_destination_directory>
```
Replace `<url>` with the URL of the ZIM file you want to download, and `<custom_destination_directory>` with the path to the directory where you want to save the ZIM file.
@@ -19,5 +19,5 @@ If `<custom_destination_directory>` is not provided, the script will use the def
Example:
```bash
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/download-zim-files/run.sh)" -- https://download.kiwix.org/zim/wikipedia_en_ray_charles_2022-12.zim
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/master/run.sh)" -- https://download.kiwix.org/zim/wikipedia_en_ray_charles_2022-12.zim
```