Add second apt-get update for Briar to work around strange sudo install issue
This commit is contained in:
parent
a33359bdd6
commit
ef1c122be9
|
@ -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