Earlier quoted context omitted.
> No one should be running that without personally verifying each line. Ok, if you feel so strongly about it, then before you paste the link into your terminal and hit enter to execute it, how about you uh... open the shell script it will execute in your browser and read the contents of it? You use this idea that people are executing stuff they don't know and blaming the tools for it but don't think to read the scrip…
> Ok, if you feel so strongly about it, then before you paste the link into your terminal and hit enter to execute it, how about you uh... open the shell script it will execute in your browser and read the contents of it? As an FYI - unless the script is on a site like GitHub (which you can assume to be behaving truthfully), it's possible for a server to respond differently according to the user agent, allowing a mal…
wget -q https://get.coollabs.io/coolify/install.sh -O install.sh; sudo bash ./install.sh
to wget -q https://get.coollabs.io/coolify/install.sh -O install.sh; cat install.sh
Once the script is locally on your file system there is no way to change the contents.