mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated Quick Installer usage (markdown)
parent
703f68d1e7
commit
c3823b0816
@ -7,10 +7,10 @@ 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 in detail 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 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.
|
||||||
|
|
||||||
#### -o, --openvpn <flag>
|
#### -o, --openvpn <flag>
|
||||||
Used with the `-y`, `--yes` option above, this sets the OpenVPN install option (`0` = don't install OpenVPN).
|
Used with the `-y`, `--yes` option above, this sets the OpenVPN install option (`0` = don't install OpenVPN). Given that OpenVPN support is an optional extra, not every default unattended setup will need it.
|
||||||
|
|
||||||
#### -c, --cert, --certificate
|
#### -c, --cert, --certificate
|
||||||
This option installs an SSL certificate with `mkcert` and configures lighttpd for HTTPS support. It does _not_ (re)install RaspAP. Details are [provided here](https://github.com/billz/raspap-webgui/wiki/SSL-certificates-(Quick-Installer)).
|
This option installs an SSL certificate with `mkcert` and configures lighttpd for HTTPS support. It does _not_ (re)install RaspAP. Details are [provided here](https://github.com/billz/raspap-webgui/wiki/SSL-certificates-(Quick-Installer)).
|
||||||
|
Loading…
Reference in New Issue
Block a user