As a user, I want to run a one liner to have the repo installed. Think about different installation modes and implement them as parameters. `curl -o- <installation script web location> | bash` <-- find out how to have parameters provided.
As a user, I want to run a one liner to have the repo installed. Think about different installation modes and implement them as parameters.
curl -o- <installation script web location> | bash<-- find out how to have parameters provided.