Closed aarondill closed 1 year ago
> curl -sSLf https://fx.wtf | sudo sh
sh: 1: Syntax error: "(" unexpected
> curl https://fx.wtf
void async function main() {
const process = await import('node:process')
let input = ''
process.stdin.setEncoding('utf8')
for await (const chunk of process.stdin)
......
curl https://fx.wtf/install.sh | sh
Oh. I didn't notice that change. Thank you.
The curl installation no longer works. running
curl 'https://fx.wtf'
returns the contents ofnpm/index.js
, thusly causing a syntax error when passed tosh