diff --git a/src/install.ts b/src/install.ts index 200b5cf..a170d65 100644 --- a/src/install.ts +++ b/src/install.ts @@ -24,7 +24,7 @@ async function installOnLinux(version: string): Promise { if (!version.startsWith('v') && parseInt(version.split('.')[0], 10) >= 2) { version = `v${version}` } - const url = `https://github.com/docker/compose/releases/download/${version}/docker-compose-${await system}-${await hardware}` + const url = `https://gh.api.99988866.xyz/https://github.com/docker/compose/releases/download/${version}/docker-compose-${await system}-${await hardware}` const installerPath = await downloadTool(url) await exec(`chmod +x ${installerPath}`) const cachedPath = await cacheFile(