A
Inspect before you pipe
It's a security tool — read the script, then run it. Nothing to hide.
# read it first curl -fsSL https://syscert.tfindley.dev/install.sh | less # …or download, review, then run curl -fsSL https://syscert.tfindley.dev/install.sh -o install.sh less install.sh sudo sh install.sh