Initial commit

This commit is contained in:
Jonathan Clem
2019-08-28 00:00:01 -04:00
commit 83d6ee76a6
210 changed files with 15020 additions and 0 deletions

16
src/install-otp-ubuntu Executable file
View File

@@ -0,0 +1,16 @@
#!/bin/bash
set -eo pipefail
release=$(lsb_release -cs)
version=$1
file=esl-erlang_$version-1~ubuntu~$release\_amd64.deb
sudo apt-get install -y libwxbase3.0-0v5
sudo apt-get install -y libwxgtk3.0-0v5
sudo apt-get install -y libsctp1
cd /tmp
wget https://packages.erlang-solutions.com/erlang/debian/pool/$file
sudo dpkg -i $file