point to gitea instead of github
Some checks failed
Update Flake Packages / updateFlakePackages (push) Has been cancelled

This commit is contained in:
DJ Gillespie 2025-01-23 17:19:07 -07:00
parent 0f5ef903dd
commit c1e74d61d7

View File

@ -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