fix repo location

This commit is contained in:
2026-04-29 07:24:45 -06:00
parent f182c97e8f
commit fdddf90c3b
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ fi
# Clone the latest CoreDesktop repo into the standard data directory
echo "Getting the latest version of CoreDesktop..."
rm -rf ~/.local/share/coredesktop
git clone https://gitea.young.computer/david/coredesktop.git ~/.local/share/coredesktop > /dev/null
git clone https://gitea.federated.computer/david/coredesktop.git ~/.local/share/coredesktop > /dev/null
# Install the corerefresh and coreupdate management scripts to the user's bin
mkdir -p ~/.local/bin