Created
May 31, 2016 09:07
-
-
Save cedbossneo/a94558a7dde5b35535bcf9bd5936bd19 to your computer and use it in GitHub Desktop.
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
#!/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