Ignores failure to update lists (GH-9424)

This commit is contained in:
Steve Dower 2018-09-19 13:23:25 -07:00 committed by GitHub
parent b2984ab9a7
commit 76531e2e82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
sudo apt-get update
sudo apt-get update || true
sudo apt-get -yq install \
build-essential \