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

@@ -1,6 +1,6 @@
#!/bin/bash
echo ::*** Merge remote [.gitignore.global.txt] and local [.gitignore.local.txt] to [.gitignore]
curl -sSL https://git.faronear.org/npm/sysconfig/raw/branch/main/nixhome/.gitignore.global.txt > .gitignore
curl -sSL https://git.tic.cc/npm/sysconfig/raw/branch/main/nixhome/.gitignore.global.txt > .gitignore
if [ -f .gitignore.local.txt ]; then cat .gitignore.local.txt >> .gitignore; fi;
echo