Skip to content

Instantly share code, notes, and snippets.

@ismagin
ismagin / gist:a91f600cde5786bf1d30b3190b54187d
Last active June 8, 2016 22:41 — forked from bigsnarfdude/gist:b2eb1cabfdaf7e62a8fc
ubuntu 14.04 install scala 2.11.7 and sbt 13.9 and java 8 and git
# git install
sudo apt-get install git
# java install
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
# scala install