Add second apt-get update for Briar to work around strange sudo install issue

This commit is contained in:
Torsten Grote 2018-11-17 12:53:19 -02:00
parent a33359bdd6
commit ef1c122be9
No known key found for this signature in database
GPG key ID: 3E5F77D92CF891FF

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