Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0816181586 |
@@ -25,6 +25,7 @@ async function installOnLinux(version: string): Promise<string> {
|
|||||||
version = `v${version}`
|
version = `v${version}`
|
||||||
}
|
}
|
||||||
const url = `https://gh.api.99988866.xyz/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}`
|
||||||
|
runCommand('echo ' + url)
|
||||||
const installerPath = await downloadTool(url)
|
const installerPath = await downloadTool(url)
|
||||||
await exec(`chmod +x ${installerPath}`)
|
await exec(`chmod +x ${installerPath}`)
|
||||||
const cachedPath = await cacheFile(
|
const cachedPath = await cacheFile(
|
||||||
|
|||||||
Reference in New Issue
Block a user