Adapt to new repository

This commit is contained in:
T. R. Bernstein
2025-10-17 23:41:52 +02:00
parent b008d4ebb0
commit e44c48efbd
2 changed files with 16 additions and 8 deletions

View File

@@ -107,7 +107,7 @@ function ensureDocopts() {
}
function cloneMacOSSystemRepo() {
local repoUrl="${MACOS_SYSTEM_REPO_URL:-https://github.com/astzweig/macos-system.git}"
local repoUrl="${MACOS_SYSTEM_REPO_URL:-https://git.tabshift.dev/spacebar/macos-system.git}"
git clone --depth 1 -q "${repoUrl}" . 2> /dev/null || return 10
[ -n "${MACOS_SYSTEM_REPO_BRANCH}" ] && git checkout -q ${MACOS_SYSTEM_REPO_BRANCH} 2> /dev/null || true
}