This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Jake Gold
jacob.gold
did:plc:tpg43qhh4lw4ksiffs4nbda3
`curl -fssL example.com/install.sh | sh`
Is often derided as unsafe but in practice it's usually no riskier than running someone else's code (which is often the entire goal).
What bothers *me* is the curl args being ugly and a bit error-prone.
Wish there was `curl --run example.com/install.sh%60
2024-11-15T23:03:03.107Z