You must log in or # to comment.
chmod +x ./install.sh ./install.shHmm usually not a secure practice to do this
What’s the alternative to doing this? Is it safer to read the script first and then execute it as
sh ./install.sh?
chmod +x ./install.sh
./install.sh
Hmm usually not a secure practice to do this
What’s the alternative to doing this? Is it safer to read the script first and then execute it as
sh ./install.sh?