From 3771ef5b6a789df9b43943b960bbf5d4061b80a2 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 16 Dec 2020 10:11:50 +0000 Subject: [PATCH] Minor: installer usage notes --- installers/raspbian.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 24d8f665..8f1b262b 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -32,7 +32,6 @@ # as you leave these references intact in the header comments of your source files. set -eo pipefail -readonly PROGNAME=$(basename $0) function _main() { # set defaults @@ -117,7 +116,7 @@ function _log_output() { function _usage() { cat << EOF -Usage: $PROGNAME options +Usage: raspbian.sh options Installs an instance of RaspAP. @@ -134,10 +133,10 @@ OPTIONS: Examples: 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: - $PROGNAME --version + raspbian.sh --version Invoke installer remotely, run non-interactively with option flags: curl -sL https://install.raspap.com | bash -s -- --yes --openvpn 1 --adblock 0