F-Droid: make sudo= command tolerant of apt-get failures

This commit is contained in:
Hans-Christoph Steiner 2018-12-17 16:32:58 +01:00
parent c613b43520
commit df7947e697
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -897,8 +897,7 @@ Build:1.5-alpha0,1005000
Build:1.5-alpha1,1005001
commit=1.5-alpha1
subdir=app
sudo=apt-get update && \
apt-get install -y disorderfs
sudo=apt-get update; apt-get update; apt-get install -y disorderfs
init=cd ../.. && \
mv org.fdroid.fdroid org.fdroid.fdroid.build && \
mkdir org.fdroid.fdroid && \