▲ | johnfn 2 days ago | ||||||||||||||||||||||||||||
Am I missing something? Even if you do `vet foobar-downloader.sh` instead of `curl foobar-downloader.sh | bash`, isn't your next command going to be to execute `foobar` regardless, "blindly trusting" that all the source in the `foobar` repository isn't compromised, etc? | |||||||||||||||||||||||||||||
▲ | lr0 2 days ago | parent | next [-] | ||||||||||||||||||||||||||||
No it says that it will show you the script first so you can review it. What I don't get is why do you nee d a program for this, you can simple curl the script to a file, `cat` it, and review it. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
▲ | loloquwowndueo 2 days ago | parent | prev [-] | ||||||||||||||||||||||||||||
If you’re just going to run it blindly you don’t need vet. It’s not automatic - just gives you a chance to review the script before run I h it. |