1curl -s http://scriptLocation.com | bash -s
bash -s flag takes stdin
-s
stdin
You can also do:
1curl -s http://scriptLocation.com | sh -s