From 660d494741b4c52f29b566021c3f1dc955c088e8 Mon Sep 17 00:00:00 2001 From: crystal Date: Tue, 16 Jan 2024 15:24:20 -0700 Subject: [PATCH] install apt-utils and apt-listchanges --- .ci-make.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci-make.sh b/.ci-make.sh index dc4ecee..3acc4e7 100755 --- a/.ci-make.sh +++ b/.ci-make.sh @@ -118,6 +118,7 @@ case "$1" in "install-repo-test") export DEBIAN_FRONTEND=noninteractive apt update -qq + apt install -y apt-utils apt-listchanges apt install -y ./"$2" apt update -qq apt upgrade -y