-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
22 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export CONSUL_DOWNLOAD_URL='https://releases.hashicorp.com/consul/1.0.6/consul_1.0.6_linux_amd64.zip' | ||
export CONSUL_DOWNLOAD_URL='https://releases.hashicorp.com/consul/1.0.7/consul_1.0.7_linux_amd64.zip' | ||
|
||
export CONSUL_INSTALL_FOLDER_PATH='/opt/consul' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.10.linux-amd64.tar.gz' | ||
export GO_LANG_DOWNLOAD_URL='https://dl.google.com/go/go1.10.1.linux-amd64.tar.gz' | ||
|
||
export GO_LANG_INSTALL_FOLDER_PATH='/opt/go-lang' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
#!/bin/bash -e | ||
|
||
export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/10+46/76eac37278c24557a3c4199677f19b62/jdk-10_linux-x64_bin.tar.gz' | ||
# export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/9.0.4+11/c2514751926b4512b076cc82f959763f/jdk-9.0.4_linux-x64_bin.tar.gz' | ||
# export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/8u162-b12/0da788060d494f5095bf8624735fa2f1/jdk-8u162-linux-x64.tar.gz' | ||
export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/10.0.1+10/fb4372174a714e6b8c52526dc134031e/jdk-10.0.1_linux-x64_bin.tar.gz' | ||
# export JDK_DOWNLOAD_URL='http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.tar.gz' | ||
|
||
export JDK_INSTALL_FOLDER_PATH='/opt/jdk' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export NOMAD_DOWNLOAD_URL='https://releases.hashicorp.com/nomad/0.7.1/nomad_0.7.1_linux_amd64.zip' | ||
export NOMAD_DOWNLOAD_URL='https://releases.hashicorp.com/nomad/0.8.1/nomad_0.8.1_linux_amd64.zip' | ||
|
||
export NOMAD_INSTALL_FOLDER_PATH='/opt/nomad' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.2.1/packer_1.2.1_linux_amd64.zip' | ||
export PACKER_DOWNLOAD_URL='https://releases.hashicorp.com/packer/1.2.2/packer_1.2.2_linux_amd64.zip' | ||
|
||
export PACKER_INSTALL_FOLDER_PATH='/opt/packer' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export PORTER_DOWNLOAD_URL='https://github.com/adobe-platform/porter/releases/download/v5.0.0/porter_linux386' | ||
export PORTER_DOWNLOAD_URL='https://github.com/adobe-platform/porter/releases/download/v5.1.0/porter_linux386' | ||
|
||
export PORTER_INSTALL_FOLDER_PATH='/opt/porter' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export PYTHON_DOWNLOAD_URL='https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tgz' | ||
export PYTHON_DOWNLOAD_URL='https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz' | ||
|
||
export PYTHON_INSTALL_FOLDER_PATH='/opt/python' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export RUBY_DOWNLOAD_URL='https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.0.tar.gz' | ||
export RUBY_DOWNLOAD_URL='https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.1.tar.gz' | ||
|
||
export RUBY_INSTALL_FOLDER_PATH='/opt/ruby' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export TERRAFORM_DOWNLOAD_URL='https://releases.hashicorp.com/terraform/0.11.3/terraform_0.11.3_linux_amd64.zip' | ||
export TERRAFORM_DOWNLOAD_URL='https://releases.hashicorp.com/terraform/0.11.7/terraform_0.11.7_linux_amd64.zip' | ||
|
||
export TERRAFORM_INSTALL_FOLDER_PATH='/opt/terraform' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export TEST_SSL_DOWNLOAD_URL='https://github.com/drwetter/testssl.sh/archive/v2.9.5-2.tar.gz' | ||
export TEST_SSL_DOWNLOAD_URL='https://github.com/drwetter/testssl.sh/archive/v2.9.5-5.tar.gz' | ||
|
||
export TEST_SSL_INSTALL_FOLDER_PATH='/opt/test-ssl' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash -e | ||
|
||
export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.9.5/vault_0.9.5_linux_amd64.zip' | ||
export VAULT_DOWNLOAD_URL='https://releases.hashicorp.com/vault/0.10.0/vault_0.10.0_linux_amd64.zip' | ||
|
||
export VAULT_INSTALL_FOLDER_PATH='/opt/vault' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash -e | ||
|
||
export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/5.2.8/VBoxGuestAdditions_5.2.8.iso' | ||
export VBOX_GUEST_ADDITIONS_DOWNLOAD_URL='http://download.virtualbox.org/virtualbox/5.2.10/VBoxGuestAdditions_5.2.10.iso' |