From d19360496518dd519da95a245f2c2983946e47de Mon Sep 17 00:00:00 2001 From: Quad Date: Thu, 28 Mar 2024 17:39:09 +0100 Subject: [PATCH] Update domain --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index b2f38fb..4aa6839 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -18,7 +18,7 @@ if [ -z $(which git 2>/dev/null) ]; then else printf "$(tput setaf 2)-- Installing scripts --$(tput sgr0)\n" mkdir -p ~/.local - git clone https://gitea.quad.moe/quad/win3-resources.git ~/.local/gpd-win3 + git clone https://forge.quad.moe/quad/win3-resources.git ~/.local/gpd-win3 echo -e "\n# GPD Win 3 scripts\nPATH=\"\${PATH}:\${HOME}/.local/gpd-win3/scripts\"" >> ~/.bashrc printf "$(tput setaf 2)-- Install finished. Please open a new terminal to use the scripts --$(tput sgr0)\n" fi