point to gitea instead of github
Some checks failed
Update Flake Packages / updateFlakePackages (push) Has been cancelled
Some checks failed
Update Flake Packages / updateFlakePackages (push) Has been cancelled
This commit is contained in:
parent
0f5ef903dd
commit
c1e74d61d7
2
setup.sh
2
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user