diff --git a/scripts/vendor.sh b/scripts/vendor.sh index 0706aa5e..2f0b4c5d 100755 --- a/scripts/vendor.sh +++ b/scripts/vendor.sh @@ -1,6 +1,6 @@ #!/bin/bash mkdir -p vendor -curl -o sqlite-amalgamation.zip https://www.sqlite.org/2024/sqlite-amalgamation-3450300.zip +curl -L -o sqlite-amalgamation.zip https://sqlite.org/2024/sqlite-amalgamation-3450300.zip unzip -d unzip sqlite-amalgamation.zip mv sqlite-amalgamation-3450300/* vendor/