Using a ubuntu 16.04 what I do is :
- Download the
.sh
script usingwget https://gist.githubusercontent.com/...
- Turn the
.sh
file executablesudo chmod guo+x sysInit.sh
- Execute the code through
sudo ./sysInit.sh
I was wondering if it is possible to run the code directly from the web.
Would be something like: sudo ./ https://gist.githubusercontent.com/...
.
Is it possible to do that?