diff options
| author | Zach DeCook <zachdecook@librem.one> | 2025-10-15 19:16:41 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2025-10-15 19:16:41 -0400 |
| commit | 734f872eb5d018eff2a076b8fbd7883006a11049 (patch) | |
| tree | 5f3c3c18dec558bf169edc74934204e8f32a4399 /getscriptures.sh | |
| parent | 3214979626dbb21ec43f1040a21f7b7ec0e55b82 (diff) | |
| download | cgi-bin-734f872eb5d018eff2a076b8fbd7883006a11049.tar.gz | |
update getscriptures for bsb file location
Diffstat (limited to 'getscriptures.sh')
| -rw-r--r-- | getscriptures.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getscriptures.sh b/getscriptures.sh index 2c1e8e8..0fcd054 100644 --- a/getscriptures.sh +++ b/getscriptures.sh @@ -25,7 +25,7 @@ getlsv() { rm lsv.zip } getbsb() { - wget https://bereanbible.com/usfm/bsb_usfm.zip + wget https://bereanbible.com/bsb_usfm.zip unzip bsb_usfm.zip rm bsb_usfm.zip mv bsb_usfm bsb |
