diff options
| author | Jeremy Edwards <jeremyje@gmail.com> | 2014-08-30 19:29:49 -0700 |
|---|---|---|
| committer | Jeremy Edwards <jeremyje@gmail.com> | 2014-08-30 19:29:49 -0700 |
| commit | b766991379085203d8926e58efc2671153842c95 (patch) | |
| tree | a917cd4d144c2ab26a720f7a01eda77f80cbe3d5 | |
| parent | cd88e6d0e41f3df5eac68084c1b7970edbdc8d4f (diff) | |
| download | compute-archlinux-image-builder-b766991379085203d8926e58efc2671153842c95.tar.xz | |
Run apt-get update before installing packages.
Run apt-get update to refresh repositories before installing packages.
| -rwxr-xr-x | build-arch-on-gce-remote.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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..." |
