mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
use git bundle
This commit is contained in:
parent
6558f45285
commit
9447e182aa
@ -60,7 +60,7 @@ async function main() {
|
|||||||
|
|
||||||
fs.mkdirSync(path.resolve(binariesPath, "git"), { recursive: true })
|
fs.mkdirSync(path.resolve(binariesPath, "git"), { recursive: true })
|
||||||
|
|
||||||
let url = resolveDestBin(`https://storage.ragestudio.net/rstudio/binaries/git`, "git.7z")
|
let url = resolveDestBin(`https://storage.ragestudio.net/rstudio/binaries/git`, "git-bundle-2.4.0.7z")
|
||||||
|
|
||||||
await streamPipeline(
|
await streamPipeline(
|
||||||
got.stream(url),
|
got.stream(url),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user