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 https://repo.hex.pm/builds/elixir/${1}${2}.zip
unzip -d .setup-elixir/elixir ${1}${2}.zip
rm ${1}${2}.zip