From a8c6bfb4d6f3a74f215f4eebcf686edc982046d7 Mon Sep 17 00:00:00 2001 From: Haowen Liu Date: Mon, 2 May 2022 21:59:28 -0700 Subject: [PATCH] ubuntu: apt quiet install --- images/ubuntu/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/ubuntu/functions b/images/ubuntu/functions index ec12174..e4be1e4 100644 --- a/images/ubuntu/functions +++ b/images/ubuntu/functions @@ -30,7 +30,7 @@ install() { guest_ssh -p $port build@localhost sudo env DEBIAN_FRONTEND=noninteractive \ apt-get update -y guest_ssh -p $port build@localhost sudo env DEBIAN_FRONTEND=noninteractive \ - apt-get install -y "$@" + apt-get install -y -q "$@" } add_repository() { -- 2.38.5