Last active
February 19, 2019 04:19
-
-
Save lachlanagnew/ecbe8bb748deadd1d41be266efa133d9 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
$ ssh -i "/path/to/your/PEM-KEY.pem" ubuntu@YOUR-INSTANCE-IP | |
$ sudo apt-get update | |
$ sudo apt-get install ruby | |
$ sudo apt-get install wget | |
$ cd /home/ubuntu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment