Created
May 8, 2014 07:13
-
-
Save buzztroll/9fc0203ea12e93734048 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| For test temp installer for agent on GCE: | |
| instead of doing: | |
| curl -L http://es-download.s3.amazonaws.com/install.sh | bash | |
| Now fetch the agent package you need for your architecture from one of: | |
| https://s3-us-west-2.amazonaws.com/agentbucket/enstratius-agent-17.7-1.noarch.rpm | |
| https://s3-us-west-2.amazonaws.com/agentbucket/enstratius-agent-debug-17.7-1.noarch.rpm | |
| https://s3-us-west-2.amazonaws.com/agentbucket/enstratius-agent-debug_17.7-1_all.deb | |
| https://s3-us-west-2.amazonaws.com/agentbucket/enstratius-agent_17.7-1_all.deb | |
| Then get the new installer program: | |
| wget https://s3-us-west-2.amazonaws.com/agentbucket/install.sh | |
| export AGENT_LOCAL_PACKAGE=<path to package> | |
| chmod 755 install.sh | |
| ./install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment