mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Move urls-https into a new tools dir
This commit is contained in:
parent
95b5427180
commit
4fcedb2695
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# alternate, backup method of verifying the download, but also greatly reduces
|
||||
# meta data leaks.
|
||||
|
||||
for f in *.txt; do
|
||||
for f in metadata/*.txt; do
|
||||
printf `echo $f | cut -b1`
|
||||
sed -i 's,http://dl.google.com,https://dl.google.com,g' $f
|
||||
sed -i 's,http://pypi,https://pypi,g' $f
|
||||
Loading…
Reference in a new issue