change git.faronear.org to git.tic.cc

This commit is contained in:
Luk
2025-03-27 11:25:26 +08:00
parent d1a953c25c
commit 26a245c81c
9 changed files with 13 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ if [ -d "$HomePath" ]; then
echo "--- Copying [[$NIXHOME/$homescript]] to [[$HomePath/$homescript]] ..."
cp -r "$NIXHOME/$homescript" ./
elif [ "$CopyOrLinkScripts" == 'g' ]; then
curl -sSLO "https://git.faronear.org/npm/sysconfig/raw/branch/main/nixhome/$homescript"
curl -sSLO "https://git.tic.cc/npm/sysconfig/raw/branch/main/nixhome/$homescript"
fi
done