diff --git a/scripts/install.sh b/scripts/install.sh index 100c6bd..c4db133 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -26,9 +26,9 @@ t() { if [ "$IS_ZH" = "yes" ]; then printf '%s\n' "$1"; else printf '%s\n' "$2"; # tn = 不換行版(給 prompt 用) tn() { if [ "$IS_ZH" = "yes" ]; then printf '%s' "$1"; else printf '%s' "$2"; fi; } -REPO_URL="https://raw.githubusercontent.com/uncle6me-web/system-dev-template/main/template" +REPO_URL="https://git.uncle6.me/Leo/system-dev-template/raw/branch/main/template" # install.sh / update.sh 住在 main/scripts/(不在 template/)。 -SCRIPTS_URL="https://raw.githubusercontent.com/uncle6me-web/system-dev-template/main/scripts" +SCRIPTS_URL="https://git.uncle6.me/Leo/system-dev-template/raw/branch/main/scripts" CREATED=() SKIPPED=() @@ -115,7 +115,7 @@ if [ -d "system-dev" ] || [ -d ".claude/wiki" ] || [ -f ".claude/VERSION" ]; the t " 後續的更新、遷移、補新檔,一律由「更新腳本」處理(不要重跑 install):" \ " All updates, migrations, and new-file additions are handled by the UPDATER (don't re-run install):" echo "" - echo " curl -sSL https://raw.githubusercontent.com/uncle6me-web/system-dev-template/main/scripts/update.sh | bash" + echo " curl -sSL https://git.uncle6.me/Leo/system-dev-template/raw/branch/main/scripts/update.sh | bash" echo "" t " (重跑 install 可能建出空白範本、跟你的真資料並存,故在此停止。)" \ " (Re-running install could create empty templates alongside your real data, so it stops here.)" diff --git a/scripts/update.sh b/scripts/update.sh index 62268a7..823ab46 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -23,7 +23,7 @@ esac t() { if [ "$IS_ZH" = "yes" ]; then printf '%s\n' "$1"; else printf '%s\n' "$2"; fi; } tn() { if [ "$IS_ZH" = "yes" ]; then printf '%s' "$1"; else printf '%s' "$2"; fi; } -REPO_RAW="https://raw.githubusercontent.com/uncle6me-web/system-dev-template/main" +REPO_RAW="https://git.uncle6.me/Leo/system-dev-template/raw/branch/main" TEMPLATE_URL="$REPO_RAW/template" UPDATED=() diff --git a/template/system-dev/VERSION b/template/system-dev/VERSION index 141f2e8..15b989e 100644 --- a/template/system-dev/VERSION +++ b/template/system-dev/VERSION @@ -1 +1 @@ -1.15.0 +1.16.0