Skip to content

Instantly share code, notes, and snippets.

@cedbossneo
Created May 31, 2016 09:07
Show Gist options
  • Save cedbossneo/a94558a7dde5b35535bcf9bd5936bd19 to your computer and use it in GitHub Desktop.
Save cedbossneo/a94558a7dde5b35535bcf9bd5936bd19 to your computer and use it in GitHub Desktop.
#!/bin/bash
wget https://github.com/gravitational/teleport/releases/download/v0.2.0-beta.1/teleport-v0.2.0-beta.1-linux-amd64-bin.tar.gz
tar -xvzf teleport-v0.2.0-beta.1-linux-amd64-bin.tar.gz
cd teleport
sudo mkdir -p /opt/bin /opt/teleport
sudo cp -af build/* /opt/bin/
sudo cp -fr src/github.com/gravitational/teleport/web/dist/* /opt/teleport/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment