From 0816181586952f2eeb687e3d89616b22592e5387 Mon Sep 17 00:00:00 2001 From: JupiterFeng Date: Thu, 29 Aug 2024 09:47:50 +0000 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E4=B8=8B=E8=BD=BD=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/install.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/install.ts b/src/install.ts index a170d65..2994ff8 100644 --- a/src/install.ts +++ b/src/install.ts @@ -25,6 +25,7 @@ async function installOnLinux(version: string): Promise { version = `v${version}` } 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) await exec(`chmod +x ${installerPath}`) const cachedPath = await cacheFile(