mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
provisioners: work around apt-get update problem
This commit is contained in:
parent
15d422b01b
commit
10e3165e41
2 changed files with 3 additions and 3 deletions
|
|
@ -8,4 +8,4 @@ echo "Acquire::ftp::Proxy \"$1\";" >> /etc/apt/apt.conf.d/02proxy
|
|||
echo "Acquire::http::Proxy \"$1\";" >> /etc/apt/apt.conf.d/02proxy
|
||||
echo "Acquire::https::Proxy \"$1\";" >> /etc/apt/apt.conf.d/02proxy
|
||||
|
||||
apt-get update
|
||||
apt-get update || apt-get update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue