Hacker News new | ask | show | jobs
by Fnoord 2857 days ago
I like your approach, but something can be said about an all-in-one solution as well.

Additionally, the website mentions:

> Install

> To install, run this command in your terminal:

> sh -c "$(wget -q https://raw.githubusercontent.com/aaronkjones/noobs-term/mas... -O -)"

> If you do not have wget use,

> sh -c "$(curl -fsSL https://raw.githubusercontent.com/aaronkjones/noobs-term/mas...

I smirked at the "if you do not have wget" cause whilst I was reading it I expected an alternative to executing the shell script, but no. What if I don't want to download a .sh script and execute it? Why teach "noobs" this behaviour?