Run remote shell script with curl : http://stackoverflow.com/questions/5735666/execute-bash-script-from-url
curl -s https://myurl.com/script.sh | bash /dev/stdin param1 param2