1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Minor: installer usage notes

This commit is contained in:
billz 2020-12-16 10:11:50 +00:00
parent bec2d22cf8
commit 3771ef5b6a

View File

@ -32,7 +32,6 @@
# as you leave these references intact in the header comments of your source files. # as you leave these references intact in the header comments of your source files.
set -eo pipefail set -eo pipefail
readonly PROGNAME=$(basename $0)
function _main() { function _main() {
# set defaults # set defaults
@ -117,7 +116,7 @@ function _log_output() {
function _usage() { function _usage() {
cat << EOF cat << EOF
Usage: $PROGNAME options Usage: raspbian.sh options
Installs an instance of RaspAP. Installs an instance of RaspAP.
@ -134,10 +133,10 @@ OPTIONS:
Examples: Examples:
Run locally specifying GitHub repo and branch: Run locally specifying GitHub repo and branch:
$PROGNAME --repo foo/bar --branch my/branch raspbian.sh --repo foo/bar --branch my/branch
Run locally requesting release info: Run locally requesting release info:
$PROGNAME --version raspbian.sh --version
Invoke installer remotely, run non-interactively with option flags: Invoke installer remotely, run non-interactively with option flags:
curl -sL https://install.raspap.com | bash -s -- --yes --openvpn 1 --adblock 0 curl -sL https://install.raspap.com | bash -s -- --yes --openvpn 1 --adblock 0