mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 11:16:27 +02:00
feat(packages): replace old crystal version
This commit is contained in:
parent
b9adb6f854
commit
f70ecdd8b4
6 changed files with 2 additions and 2 deletions
7
packages/crystal/1.9.2/build.sh
vendored
Normal file
7
packages/crystal/1.9.2/build.sh
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
PREFIX=$(realpath $(dirname $0))
|
||||
|
||||
curl -L "https://github.com/crystal-lang/crystal/releases/download/1.9.2/crystal-1.9.2-1-linux-x86_64.tar.gz" -o crystal.tar.gz
|
||||
tar xzf crystal.tar.gz --strip-components=1
|
||||
rm crystal.tar.gz
|
Loading…
Add table
Add a link
Reference in a new issue