summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrystal <crystal@noreply.codeberg.org>2024-01-16 15:24:20 -0700
committercrystal <crystal@noreply.codeberg.org>2024-01-16 15:24:20 -0700
commit660d494741b4c52f29b566021c3f1dc955c088e8 (patch)
tree4eedd0faea3efbd72ab589e3eb6a6c889230517e
parentecdcc2acf3994563535897c475cf083d22f5a058 (diff)
install apt-utils and apt-listchanges
-rwxr-xr-x.ci-make.sh1
1 files changed, 1 insertions, 0 deletions
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