mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-04-05 08:54:02 -04:00
Update download-zim-files script URL
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user