From a801f43615bb07c7c581b515c176b6dcec85d749 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 15 Jan 2020 17:47:09 +0000 Subject: [PATCH] Comments for clarity. Addresses #461 --- installers/raspbian.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 9e04fedf..3dc41a45 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -20,6 +20,13 @@ # Outputs usage notes and exits # -v, --version # Outputs release info and exits +# +# Depending on options passed to the installer, ONE of the following +# additional shell scripts will be downloaded and sourced: +# +# https://raw.githubusercontent.com/billz/raspap-webgui/installers/common.sh +# - or - +# https://raw.githubusercontent.com/billz/raspap-webgui/installers/mkcert.sh # Set defaults repo="billz/raspap-webgui"