14 lines
317 B
Smarty
14 lines
317 B
Smarty
Fast access to configurations and installation scripts.
|
|
|
|
Install a configuration:
|
|
|
|
curl -fsSL {{PUBLIC_BASE_URL}}/<name> | bash
|
|
|
|
List all available configurations:
|
|
|
|
curl -fsSL {{PUBLIC_BASE_URL}}/list
|
|
|
|
Download the raw source file instead of the install script:
|
|
|
|
curl -fsSL {{PUBLIC_BASE_URL}}/raw/<name>
|