Last active
October 30, 2019 22:00
-
-
Save soundyogi/b401dcb62790595ba9495b6e87e906a9 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 | |
sudo apt install build-essential checkinstall | |
sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev | |
sudo apt install python2.7 | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash | |
git clone https://github.com/c9/core.git c9sdk | |
cd c9sdk | |
scripts/install-sdk.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment