1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-08 04:46:32 +02:00
piston/packages/node/20.11.1/build.sh

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