mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 20:46:26 +02:00
4 lines
No EOL
152 B
Bash
4 lines
No EOL
152 B
Bash
#!/bin/bash
|
|
curl "https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.xz" -o node.tar.xz
|
|
tar xf node.tar.xz --strip-components=1
|
|
rm node.tar.xz |