rename /npm/ to /open/

This commit is contained in:
Luk
2026-02-06 19:36:57 +08:00
parent 2a2be82375
commit 13f6318023
9 changed files with 14 additions and 14 deletions

View File

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