Forked from Frozenfire92/gist:3627e38dc47ca581d6d024c14c1cf4a9
Last active
August 28, 2023 14:58
-
-
Save mohnoor94/13fca10b201ade75f245948cae4870dd to your computer and use it in GitHub Desktop.
Revisions
-
mohnoor94 revised this gist
Apr 28, 2018 . No changes.There are no files selected for viewing
-
mohnoor94 revised this gist
Apr 28, 2018 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,14 @@ ## Java sudo apt update sudo apt install default-jdk ## Scala sudo apt remove scala-library scala sudo wget http://scala-lang.org/files/archive/scala-2.12.6.deb sudo dpkg -i scala-2.12.6.deb ## SBT 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 2EE0EA64E40A89B84B2DF73499E82A75642AC823 sudo apt update sudo apt install sbt -
mohnoor94 revised this gist
Apr 28, 2018 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -6,8 +6,6 @@ sudo apt-get install default-jdk sudo apt-get remove scala-library scala sudo wget http://scala-lang.org/files/archive/scala-2.12.6.deb sudo dpkg -i scala-2.12.6.deb ## SBT echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list -
mohnoor94 renamed this gist
Apr 28, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
mohnoor94 revised this gist
Apr 27, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -4,8 +4,8 @@ sudo apt-get install default-jdk ## Scala sudo apt-get remove scala-library scala sudo wget http://scala-lang.org/files/archive/scala-2.12.6.deb sudo dpkg -i scala-2.12.6.deb sudo apt-get update sudo apt-get install scala -
Frozenfire92 revised this gist
Feb 5, 2017 . 1 changed file with 9 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,15 @@ ## Java sudo apt-get update sudo apt-get install default-jdk ## Scala sudo apt-get remove scala-library scala sudo wget http://scala-lang.org/files/archive/scala-2.12.1.deb sudo dpkg -i scala-2.12.1.deb sudo apt-get update sudo apt-get install scala ## SBT 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 2EE0EA64E40A89B84B2DF73499E82A75642AC823 sudo apt-get update -
suyesh revised this gist
Apr 20, 2016 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ sudo apt-get remove scala-library scala sudo wget www.scala-lang.org/files/archive/scala-2.11.8.deb sudo dpkg -i scala-2.11.8.deb sudo apt-get update sudo apt-get install scala 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 2EE0EA64E40A89B84B2DF73499E82A75642AC823 sudo apt-get update sudo apt-get install sbt -
osipov created this gist
Jul 21, 2014 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ sudo apt-get remove scala-library scala sudo wget www.scala-lang.org/files/archive/scala-2.10.4.deb sudo dpkg -i scala-2.10.4.deb sudo apt-get update sudo apt-get install scala wget http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt/0.12.4/sbt.deb sudo dpkg -i sbt.deb sudo apt-get update sudo apt-get install sbt