Adapt to new repository
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user