mirror of
https://github.com/nikdoof/dropbot.git
synced 2025-12-23 14:49:22 +00:00
Force-overwrite the sde.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
SDE_URL="https://www.fuzzwork.co.uk/dump/sqlite-latest.sqlite.bz2"
|
||||
|
||||
echo "Downloading SDE from ${SDE_URL}"
|
||||
curl -o sde.sqlite.bz2 "${SDE_URL}" && bunzip2 sde.sqlite.bz2
|
||||
curl -o sde.sqlite.bz2 "${SDE_URL}" && bunzip2 -f sde.sqlite.bz2
|
||||
if [ -e sde.sqlite ]; then
|
||||
echo "Generating reference data"
|
||||
/usr/bin/env python gen_reference_data.py sde.sqlite
|
||||
|
||||
Reference in New Issue
Block a user