mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
Update build.sh
This commit is contained in:
parent
d121cddc17
commit
41df9639e8
1 changed files with 1 additions and 1 deletions
2
packages/erlang/23.0.0/build.sh
vendored
2
packages/erlang/23.0.0/build.sh
vendored
|
@ -6,7 +6,7 @@ mkdir -p build
|
|||
|
||||
cd build
|
||||
|
||||
curl "https://github.com/erlang/otp/releases/download/OTP-23.0/otp_src_23.0.tar.gz" -o erlang.tar.gz
|
||||
curl "https://github.com/erlang/otp/releases/download/OTP-23.0/otp_src_23.0.tar.gz" -o erlang.tar.gz -L
|
||||
tar xzf erlang.tar.gz --strip-components=1
|
||||
rm erlang.tar.gz
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue