Skip to content

Commit

Permalink
Update example_startup_script.sh (GoogleCloudPlatform#1240)
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
ahoying authored and Jon Wayne Parrott committed Nov 30, 2017
1 parent 2a4b61d commit e29bdfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iap/example_startup_script.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e29bdfd

Please sign in to comment.