mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
5 lines
No EOL
194 B
Bash
5 lines
No EOL
194 B
Bash
#!/bin/bash
|
|
|
|
curl -OL https://github.com/denoland/deno/releases/download/v1.32.3/deno-x86_64-unknown-linux-gnu.zip
|
|
unzip -o deno-x86_64-unknown-linux-gnu.zip
|
|
rm deno-x86_64-unknown-linux-gnu.zip |