From 734f872eb5d018eff2a076b8fbd7883006a11049 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 15 Oct 2025 19:16:41 -0400 Subject: update getscriptures for bsb file location --- getscriptures.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getscriptures.sh') 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 -- cgit 1.4.1