mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-16 18:59:11 +00:00
F-Droid: make sudo= command tolerant of apt-get failures
This commit is contained in:
parent
c613b43520
commit
df7947e697
1 changed files with 1 additions and 2 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue