Skip to content

Commit f345036

Browse files
Remove some loggin
1 parent bd00949 commit f345036

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/commands/init.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,6 @@ async function installDocker({
331331
'containerd.io docker-buildx-plugin docker-compose-plugin',
332332
)
333333
} else {
334-
process.stdout.write( `DEBIAN_FRONTEND=noninteractive sudo apt-get install -y \
335-
docker-ce=$(apt-cache madison docker-ce | grep --fixed-strings ${dockerVersion} | head -1 | awk '{print $3}') \
336-
docker-ce-cli=$(apt-cache madison docker-ce-cli | grep --fixed-strings ${dockerVersion} | head -1 | awk '{print $3}') \
337-
containerd.io docker-buildx-plugin docker-compose-plugin\n`,
338-
)
339334
commands.push(
340335
`DEBIAN_FRONTEND=noninteractive sudo apt-get install -y \
341336
docker-ce=$(apt-cache madison docker-ce | grep --fixed-strings ${dockerVersion} | head -1 | awk '{print $3}') \

0 commit comments

Comments
 (0)