From c1e74d61d7ee7ea7379a716cfc24d2f04b7a1e4d Mon Sep 17 00:00:00 2001 From: DJ Gillespie Date: Thu, 23 Jan 2025 17:19:07 -0700 Subject: [PATCH] point to gitea instead of github --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 5ca6cf1..4af9247 100755 --- a/setup.sh +++ b/setup.sh @@ -156,7 +156,7 @@ function waGetSourceCode() { fi if [[ ! -d "$SOURCE_PATH" ]]; then - $SUDO git clone --recurse-submodules --remote-submodules https://github.com/winapps-org/winapps.git "$SOURCE_PATH" + $SUDO git clone --recurse-submodules --remote-submodules https://git.djg.dev/dahjah/Winapps.git "$SOURCE_PATH" else echo -e "${INFO_TEXT}WinApps installation already present at ${CLEAR_TEXT}${COMMAND_TEXT}${SOURCE_PATH}${CLEAR_TEXT}${INFO_TEXT}. Updating...${CLEAR_TEXT}" $SUDO git -C "$SOURCE_PATH" pull --no-rebase