Created
June 13, 2018 15:55
-
-
Save armarti/40ffb6296f33753c80ddc8c0b200904f 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 | |
cd ~/Downloads/ | |
wget https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.8.3868.tar.gz | |
sudo add-apt-repository ppa:cleishm/neo4j | |
sudo apt-get update | |
sudo apt install -y net-tools aptitude apt-file open-vm-tools-desktop build-essential gdebi | |
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-installer | bash | |
~/.rbenv/bin/rbenv init | |
rbenv install 2.5.1 | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash | |
nvm install --lts | |
curl -o- https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh | bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment