mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-26 06:56:28 +02:00
raku edit build.sh
remove some unnecessary lines from the file
This commit is contained in:
parent
58187763f4
commit
be9e76c17f
1 changed files with 1 additions and 6 deletions
|
@ -1,10 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
mkdir -p bin
|
|
||||||
cd bin/
|
|
||||||
|
|
||||||
curl -L "https://rakudo.org/dl/rakudo/rakudo-moar-2021.05-01-linux-x86_64-gcc.tar.gz" -o raku.tar.xz
|
curl -L "https://rakudo.org/dl/rakudo/rakudo-moar-2021.05-01-linux-x86_64-gcc.tar.gz" -o raku.tar.xz
|
||||||
tar xf raku.tar.xz --strip-components=1
|
tar xf raku.tar.xz --strip-components=1
|
||||||
rm raku.tar.xz
|
rm raku.tar.xz
|
||||||
|
|
||||||
cd ../
|
|
Loading…
Add table
Add a link
Reference in a new issue