Skip to content

Instantly share code, notes, and snippets.

View francis36012's full-sized avatar

Francis Agyapong francis36012

View GitHub Profile
#!/bin/sh
# one way (older scala version will be installed)
# sudo apt-get install scala
#2nd way
sudo apt-get remove scala-library scala
wget http://www.scala-lang.org/files/archive/scala-2.11.6.deb
sudo dpkg -i scala-2.11.6.deb
sudo apt-get update