Skip to content

Instantly share code, notes, and snippets.

@softprops
Created March 6, 2018 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save softprops/384ab1ca41d7f27849bfbdd8b3698924 to your computer and use it in GitHub Desktop.
Save softprops/384ab1ca41d7f27849bfbdd8b3698924 to your computer and use it in GitHub Desktop.
#!/bin/bash
curl --progress \
"https://s3.dualstack.us-east-2.amazonaws.com/aws-xray-assets.us-east-2/xray-daemon/aws-xray-daemon-linux-2.x.zip" \
-o /tmp/xray.zip \
&& unzip -f /tmp/xray.zip \
&& rm /tmp/xray.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment