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"