Merge branch 'briar-apt-update' into 'master'
Add second apt-get update for Briar to work around strange sudo install issue See merge request fdroid/fdroiddata!3943
This commit is contained in:
commit
5f286b5198
|
@ -34,7 +34,7 @@ Build:1.0.1,10001
|
|||
Build:1.1.5,10105
|
||||
commit=release-1.1.5
|
||||
subdir=briar-android
|
||||
sudo=apt-get update && \
|
||||
sudo=apt-get update || apt-get update && \
|
||||
apt-get install -y disorderfs
|
||||
init=cd ../.. && \
|
||||
mv org.briarproject.briar.android org.briarproject.briar.android.build && \
|
||||
|
|
Loading…
Reference in a new issue