Skip to content

Instantly share code, notes, and snippets.

@ardyantohermawan
Created July 28, 2016 11:39
Show Gist options
  • Save ardyantohermawan/3954ce80e257e2683ec4c944977a5626 to your computer and use it in GitHub Desktop.
Save ardyantohermawan/3954ce80e257e2683ec4c944977a5626 to your computer and use it in GitHub Desktop.
Install sbt on Ubuntu 14.04 LTS
#!/bin/bash
echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 642AC823
sudo apt-get update
sudo apt-get install sbt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment