mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Add deps necessary for fdroid readmeta
This commit is contained in:
parent
3061e4856e
commit
2cd2c669fe
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
before_script:
|
||||
- apt-get update -qy
|
||||
- apt-get install -y python
|
||||
- apt-get install -y python python-requests python-magic
|
||||
- test -d fdroidserver && rm -rf fdroidserver
|
||||
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10
|
||||
- export PATH="$PATH:$PWD/fdroidserver"
|
||||
|
|
|
|||
Loading…
Reference in a new issue