1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-10 05:46:25 +02:00
piston/packages/node/15.10.0/build.sh
2021-03-13 19:52:32 +13:00

4 lines
No EOL
152 B
Bash
Executable file

#!/bin/bash
curl "https://nodejs.org/dist/v15.10.0/node-v15.10.0-linux-x64.tar.xz" -o node.tar.xz
tar xf node.tar.xz --strip-components=1
rm node.tar.xz