From fdddf90c3b937a87a86ae3677d78b5791772a165 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 29 Apr 2026 07:24:45 -0600 Subject: [PATCH] fix repo location --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2a7dd3..fb102d8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ When you have the wireless network working, then you can proceed to install Arch ## Installing Federated CoreDesktop -1) Open the "Web" browser then navigate to https://gitea.young.computer and click "Explore" and "CoreDesktop". Scroll down and you'll find the command to enter to kick off installation. +1) Open the "Web" browser then navigate to https://gitea.federated.computer and click "Explore" and "CoreDesktop". Scroll down and you'll find the command to enter to kick off installation. 2) Open a terminal, then enter the following command (you copied it from Gitea in step #1): diff --git a/install.sh b/install.sh index a278db2..b180c42 100755 --- a/install.sh +++ b/install.sh @@ -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