install.id

Get the perfect URL for your installation script

How to Use

Simply insert the URL to your raw gist (or other) script and you can have a one-liner like these:

With curl

curl -sL exa1.install.id | bash

With arguments

curl -sL exa1.install.id | bash -s arg1 arg2

With wget

wget exa1.install.id -qO- | bash

With sh for brevity

wget exa1.install.id -qO-|sh