From e3c00a80920ae2dea516ebdd3921335eb51231f6 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 3 Feb 2021 09:18:44 +0000 Subject: [PATCH] Update sponsor links --- installers/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index 6fe4c5ca..9f9c9d87 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -574,8 +574,8 @@ function _install_complete() { _install_log "Installation completed" echo "This project needs your help! Please consider supporting RaspAP on Open Collective or GitHub:" echo -e "${ANSI_RASPBERRY}" - echo "> https://opencollective.com/raspap" - echo "> https://github.com/sponsors/billz" + echo "> https://opencollective.com/RaspAP" + echo "> https://github.com/sponsors/RaspAP" echo -e "${ANSI_RESET}" if [ "$assume_yes" == 0 ]; then # Prompt to reboot if wired ethernet (eth0) is connected.