Skip to content

Commit

Permalink
made geoip script freshly clone the repo, actually updated geoip files
Browse files Browse the repository at this point in the history
bitmold committed May 25, 2024

Verified

This commit was signed with the committer’s verified signature.
frapell Franco Pellegrini
1 parent 6586608 commit ba8a254
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libs/build-geoip-jar.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# assumes tor is in a directory next to orbot
rm geoip.jar
mkdir assets
cp -a ../../tor/src/config/geoip assets/
cp -a ../../tor/src/config/geoip6 assets/
git clone https://gitlab.torproject.org/tpo/core/tor.git --depth=1
cp -a tor/src/config/geoip assets/
cp -a tor/src/config/geoip6 assets/
rm -rf tor
zip -o geoip.jar assets/geoip assets/geoip6
rm -rf assets
Binary file modified libs/geoip.jar
Binary file not shown.

0 comments on commit ba8a254

Please sign in to comment.