From 12f207826e72700d0fcbdfeabf0d7c61e312af5d Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 12 Dec 2020 09:55:13 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5094ae3..ccb198e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Add this line in postinstall script: During Create Instance, > Management, > Automation -
curl https://git.mailliet.ovh/ben/GCP-PostInstall/raw/branch/master/docker-install.sh | sh
+
curl https://git.mailliet.ovh/Public/GCP-PostInstall/raw/branch/master/docker-install.sh | sh
Or using gcloud: List available OS Images: @@ -12,7 +12,7 @@ deploy VM: --machine-type=f1-micro \ --subnet=default \ --network-tier=PREMIUM \ ---metadata=startup-script="curl https://git.mailliet.ovh/ben/GCP-PostInstall/raw/branch/master/docker-install.sh |sh" \ +--metadata=startup-script="curl https://git.mailliet.ovh/Public/GCP-PostInstall/raw/branch/master/docker-install.sh |sh" \ --maintenance-policy=MIGRATE \ --image=debian-10-buster-v20200521 \ --image-project=debian-cloud