From 35a0c5021b2a1fe727134ca706bd4787ba5954a3 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sun, 9 Apr 2017 09:44:52 -0400 Subject: [PATCH] add GCE warning and explicit Ubuntu version --- algo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/algo b/algo index 817560dd..525064f0 100755 --- a/algo +++ b/algo @@ -367,9 +367,9 @@ algo_provisioning () { What provider would you like to use? 1. DigitalOcean 2. Amazon EC2 - 3. Google Compute Engine - 4. Microsoft Azure - 5. Install to existing Ubuntu server + 3. Microsoft Azure + 4. Google Compute Engine (only for testing, see issue #369) + 5. Install to existing Ubuntu 16.04 server Enter the number of your desired provider : " @@ -379,8 +379,8 @@ Enter the number of your desired provider case "$N" in 1) digitalocean; ;; 2) ec2; ;; - 3) gce; ;; - 4) azure; ;; + 3) azure; ;; + 4) gce; ;; 5) non_cloud; ;; *) exit 1 ;; esac