From b766991379085203d8926e58efc2671153842c95 Mon Sep 17 00:00:00 2001 From: Jeremy Edwards Date: Sat, 30 Aug 2014 19:29:49 -0700 Subject: Run apt-get update before installing packages. Run apt-get update to refresh repositories before installing packages. --- build-arch-on-gce-remote.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-arch-on-gce-remote.sh b/build-arch-on-gce-remote.sh index 07df13f..5cd584c 100755 --- a/build-arch-on-gce-remote.sh +++ b/build-arch-on-gce-remote.sh @@ -38,6 +38,7 @@ echo "Updating Cloud SDK" yes | gcloud components update echo "Installing Dependencies" +sudo apt-get update sudo apt-get install -y -qq python3 haveged git echo "Getting source code..." -- cgit v1.3