From e29bdfd62e67e09f2c9084ab61016958dc991468 Mon Sep 17 00:00:00 2001 From: Andrew Hoying Date: Thu, 30 Nov 2017 10:25:53 -0800 Subject: [PATCH] Update example_startup_script.sh (#1240) On latest Debian 9 image on GCP this startup script fails with this error: Nov 30 17:03:33 localhost startup-script: INFO startup-script: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? --- iap/example_startup_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/iap/example_startup_script.sh b/iap/example_startup_script.sh index 15e31df425fa..a534822ef230 100644 --- a/iap/example_startup_script.sh +++ b/iap/example_startup_script.sh @@ -1,3 +1,4 @@ +apt-get -y update apt-get -y install git apt-get -y install virtualenv git clone https://github.com/GoogleCloudPlatform/python-docs-samples