mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-30 10:36:07 +00:00
Install Elixir/OTP in /tmp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user