mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
add GCE warning and explicit Ubuntu version
This commit is contained in:
parent
47515154bb
commit
495b37737a
1 changed files with 5 additions and 5 deletions
10
algo
10
algo
|
@ -367,9 +367,9 @@ algo_provisioning () {
|
||||||
What provider would you like to use?
|
What provider would you like to use?
|
||||||
1. DigitalOcean
|
1. DigitalOcean
|
||||||
2. Amazon EC2
|
2. Amazon EC2
|
||||||
3. Google Compute Engine
|
3. Microsoft Azure
|
||||||
4. Microsoft Azure
|
4. Google Compute Engine (only for testing, see issue #369)
|
||||||
5. Install to existing Ubuntu server
|
5. Install to existing Ubuntu 16.04 server
|
||||||
|
|
||||||
Enter the number of your desired provider
|
Enter the number of your desired provider
|
||||||
: "
|
: "
|
||||||
|
@ -379,8 +379,8 @@ Enter the number of your desired provider
|
||||||
case "$N" in
|
case "$N" in
|
||||||
1) digitalocean; ;;
|
1) digitalocean; ;;
|
||||||
2) ec2; ;;
|
2) ec2; ;;
|
||||||
3) gce; ;;
|
3) azure; ;;
|
||||||
4) azure; ;;
|
4) gce; ;;
|
||||||
5) non_cloud; ;;
|
5) non_cloud; ;;
|
||||||
*) exit 1 ;;
|
*) exit 1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue