From b7fb63d6966cc46da19eda32f99ede5177bbdf4c Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 20 Mar 2019 19:05:47 -0400 Subject: [PATCH] ci: apt-get update before install as a workaround --- ci/azure/update_download_page | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/azure/update_download_page b/ci/azure/update_download_page index daaf467c27..07816f0d2d 100755 --- a/ci/azure/update_download_page +++ b/ci/azure/update_download_page @@ -5,6 +5,7 @@ set -e SRCDIR=$(pwd) rm -rf .git +sudo apt-get update -y sudo apt-get install -y s3cmd cd "$HOME"