Enable add-apt-repo

This commit is contained in:
Abraham Gonzalez
2021-03-31 19:00:59 -07:00
parent 3b26d6a9f9
commit ab57b7d2ed

View File

@@ -2,7 +2,7 @@
set -ex
sudo apt-get install -y build-essential bison flex
sudo apt-get install -y build-essential bison flex software-properties-common
sudo apt-get install -y libgmp-dev libmpfr-dev libmpc-dev zlib1g-dev vim default-jdk default-jre
# install sbt: https://www.scala-sbt.org/release/docs/Installing-sbt-on-Linux.html
echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list