mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 05:26:28 +02:00
5 lines
163 B
Bash
Executable file
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
|