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:
Marcus 2018-11-17 14:56:23 +00:00
commit 5f286b5198

View file

@ -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 && \