Skip to content

Instantly share code, notes, and snippets.

@bigsnarfdude
Last active March 8, 2021 09:40
Show Gist options
  • Select an option

  • Save bigsnarfdude/b2eb1cabfdaf7e62a8fc to your computer and use it in GitHub Desktop.

Select an option

Save bigsnarfdude/b2eb1cabfdaf7e62a8fc to your computer and use it in GitHub Desktop.

Revisions

  1. bigsnarfdude revised this gist Nov 28, 2015. 1 changed file with 12 additions and 1 deletion.
    13 changes: 12 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -7,4 +7,15 @@ sudo dpkg -i scala-2.11.7.deb
    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
    sudo apt-get install sbt


    # 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


    # git install
    sudo apt-get install git
  2. bigsnarfdude revised this gist Aug 29, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # scala install
    wget www.scala-lang.org/files/archive/scala-2.11.1.deb
    sudo dpkg -i scala-2.11.1.deb
    wget www.scala-lang.org/files/archive/scala-2.11.7.deb
    sudo dpkg -i scala-2.11.7.deb


    # sbt installation
  3. bigsnarfdude revised this gist Aug 29, 2015. No changes.
  4. bigsnarfdude revised this gist Aug 29, 2015. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -4,5 +4,7 @@ sudo dpkg -i scala-2.11.1.deb


    # sbt installation
    wget wget http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt/0.13.1/sbt.deb
    sudo dpkg -i sbt.deb
    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
  5. bigsnarfdude created this gist Jul 20, 2014.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # scala install
    wget www.scala-lang.org/files/archive/scala-2.11.1.deb
    sudo dpkg -i scala-2.11.1.deb


    # sbt installation
    wget wget http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt/0.13.1/sbt.deb
    sudo dpkg -i sbt.deb