Apparently no sudo required
This commit is contained in:
parent
6fc3f02b9f
commit
643e5c9d90
|
@ -1,6 +1,6 @@
|
|||
before_script:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y python-setuptools
|
||||
- apt-get update -qy
|
||||
- apt-get install -y python python-setuptools
|
||||
- wget 'https://gitlab.com/fdroid/fdroidserver/repository/archive.tar.bz2?ref=master' -O '/tmp/fdroidserver.tar.bz2'
|
||||
- tar -xvf '/tmp/fdroidserver.tar.bz2'
|
||||
- python2 fdroidserver.git/setup.py install
|
||||
|
|
Loading…
Reference in a new issue