Skip to content

Instantly share code, notes, and snippets.

@buzztroll
Created May 8, 2014 07:13
Show Gist options
  • Select an option

  • Save buzztroll/9fc0203ea12e93734048 to your computer and use it in GitHub Desktop.

Select an option

Save buzztroll/9fc0203ea12e93734048 to your computer and use it in GitHub Desktop.
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