Run bash script from URL
?
S
BashEasily run a bash script from a URL using cURL
1bash <(curl -s https://s3.eu-central-1.amazonaws.com/coderecipes/install-agent.sh)Created on 2/21/2018
Easily run a bash script from a URL using cURL
1bash <(curl -s https://s3.eu-central-1.amazonaws.com/coderecipes/install-agent.sh)Created on 2/21/2018