1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-16 00:26:27 +02:00

pkg(deno-1.7.5): relocate files

This commit is contained in:
Thomas Hobson 2021-03-13 19:53:14 +13:00
parent 509013f4a0
commit eb38af782d
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
5 changed files with 15 additions and 0 deletions
packages/deno/1.7.5

5
packages/deno/1.7.5/build.sh vendored Executable file
View file

@ -0,0 +1,5 @@
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