Install Elixir/OTP in /tmp

This commit is contained in:
Jonathan Clem
2019-12-04 13:54:33 -05:00
parent 8bdf2bbb33
commit 8a6d70bfc0
3 changed files with 50 additions and 27 deletions
+2
View File
@@ -2,6 +2,8 @@
set -eo pipefail
cd /tmp
wget -q -O otp.tar.gz https://repo.hex.pm/builds/otp/ubuntu-14.04/OTP-${1}.tar.gz
mkdir -p .setup-elixir/otp
tar zxf otp.tar.gz -C .setup-elixir/otp --strip-components=1