~comcloudway/builds.sr.ht

a8c6bfb4d6f3a74f215f4eebcf686edc982046d7 — Haowen Liu 2 years ago 4894f3a
ubuntu: apt quiet install
1 files changed, 1 insertions(+), 1 deletions(-)

M images/ubuntu/functions
M images/ubuntu/functions => images/ubuntu/functions +1 -1
@@ 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() {