Changed newline from CRLF to LF
This commit is contained in:
parent
ce36d4b0d0
commit
46a9478e6c
|
@ -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
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"language": "node",
|
||||
"version": "18.15.0",
|
||||
"provides": [
|
||||
{
|
||||
"language": "javascript",
|
||||
"aliases": ["node-javascript", "node-js", "javascript", "js"]
|
||||
}
|
||||
]
|
||||
{
|
||||
"language": "node",
|
||||
"version": "18.15.0",
|
||||
"provides": [
|
||||
{
|
||||
"language": "javascript",
|
||||
"aliases": ["node-javascript", "node-js", "javascript", "js"]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
node "$@"
|
Loading…
Reference in New Issue