1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-07 20:36:26 +02:00
piston/packages/deno/1.7.5/build.sh
2021-03-15 22:55:59 +13:00

5 lines
163 B
Bash
Executable file

curl -L https://github.com/denoland/deno/releases/download/v1.7.5/deno-x86_64-unknown-linux-gnu.zip --output deno.zip
unzip -o deno.zip
rm deno.zip
chmod +x deno