diff --git a/installers/common.sh b/installers/common.sh index 927b4762..8a800652 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -4,7 +4,7 @@ # Author: @billz # Author URI: https://github.com/billz/ # License: GNU General Public License v3.0 -# License URI: https://github.com/billz/raspap-webgui/blob/master/LICENSE +# License URI: https://github.com/billz/raspap/blob/master/LICENSE # You are not obligated to bundle the LICENSE file with your RaspAP projects as long # as you leave these references intact in the header comments of your source files. diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 0cdf4514..815cfa8c 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -4,7 +4,7 @@ # Author: @billz # Author URI: https://github.com/billz/ # License: GNU General Public License v3.0 -# License URI: https://github.com/billz/raspap-webgui/blob/master/LICENSE +# License URI: https://github.com/billz/raspap/blob/master/LICENSE # # Usage: raspbian.sh options # @@ -24,9 +24,9 @@ # 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/master/installers/common.sh +# https://raw.githubusercontent.com/billz/raspap/master/installers/common.sh # - or - -# https://raw.githubusercontent.com/billz/raspap-webgui/master/installers/mkcert.sh +# https://raw.githubusercontent.com/billz/raspap/master/installers/mkcert.sh # # You are not obligated to bundle the LICENSE file with your RaspAP projects as long # as you leave these references intact in the header comments of your source files. @@ -35,7 +35,7 @@ set -eo pipefail function _main() { # set defaults - repo="billz/raspap-webgui" # override with -r, --repo option + repo="billz/raspap" # override with -r, --repo option _parse_params "$@" _setup_colors