1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-16 16:46:26 +02:00

Changed newline from CRLF to LF

This commit is contained in:
RVG|lory 2023-04-04 14:04:49 +02:00 committed by GitHub
parent ce36d4b0d0
commit 46a9478e6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 14 deletions
packages/node/18.15.0

View file

@ -1,4 +1,4 @@
#!/bin/bash
curl "https://nodejs.org/dist/v18.15.0/node-v18.15.0-linux-x64.tar.xz" -o node.tar.xz
tar xf node.tar.xz --strip-components=1
#!/bin/bash
curl "https://nodejs.org/dist/v18.15.0/node-v18.15.0-linux-x64.tar.xz" -o node.tar.xz
tar xf node.tar.xz --strip-components=1
rm node.tar.xz