mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated Quick Installer usage (markdown)
parent
749724a408
commit
a81734e7ae
@ -1,10 +1,10 @@
|
|||||||
The [Quick Installer](https://github.com/billz/raspap-webgui/blob/master/installers/raspbian.sh) has several options for configuring a RaspAP installation. You can retrieve these usage notes from your command shell by requesting the installer like so:
|
The [Quick Installer](https://github.com/billz/raspap-webgui/blob/master/installers/raspbian.sh) has several options for configuring a RaspAP installation. You can get usage notes from your command shell by requesting the installer like so:
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -sL https://install.raspap.com | bash -s -- --help
|
curl -sL https://install.raspap.com | bash -s -- --help
|
||||||
```
|
```
|
||||||
|
|
||||||
Appending `-s -- [OPTION]` to the Quick Install directive will activate one or more options. These are described in detail below.
|
Appending `-s -- [OPTION]` to the Quick Install directive will activate one or more options. These are described below.
|
||||||
|
|
||||||
#### -y, --yes, --assume-yes
|
#### -y, --yes, --assume-yes
|
||||||
This option enables unattended installations, such that the installer assumes "yes" as an answer to all user prompts. This behavior is identical to how the same option with the `apt-get` package handler works.
|
This option enables unattended installations, such that the installer assumes "yes" as an answer to all user prompts. This behavior is identical to how the same option with the `apt-get` package handler works.
|
||||||
@ -30,4 +30,4 @@ curl -sL https://install.raspap.com | bash -s -- --repo foo/bar --branch my-feat
|
|||||||
Outputs these usage notes and exits.
|
Outputs these usage notes and exits.
|
||||||
|
|
||||||
#### -v, --version
|
#### -v, --version
|
||||||
Outputs RaspAP release info and exits.
|
Queries the Github API, outputs the latest RaspAP release version and exits.
|
Loading…
Reference in New Issue
Block a user