mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
CI: fix apt-get
This commit is contained in:
parent
137eac6c0e
commit
29d3040ce9
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ checkupdates:
|
|||
- echo "deb http://deb.debian.org/debian/ stretch-backports main" > /etc/apt/sources.list.d/backports.list
|
||||
- apt-get update
|
||||
- apt-get -qy dist-upgrade
|
||||
- apt-get install git bzr mercurial git-svn
|
||||
- apt-get install -qy git bzr mercurial git-svn
|
||||
- rm -rf fdroidserver
|
||||
- mkdir fdroidserver
|
||||
- curl --silent https://gitlab.com/fdroid/fdroidserver/repository/master/archive.tar.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue