diff options
| author | crystal <crystal@noreply.codeberg.org> | 2024-01-16 15:24:20 -0700 |
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2024-01-16 15:24:20 -0700 |
| commit | 660d494741b4c52f29b566021c3f1dc955c088e8 (patch) | |
| tree | 4eedd0faea3efbd72ab589e3eb6a6c889230517e | |
| parent | ecdcc2acf3994563535897c475cf083d22f5a058 (diff) | |
install apt-utils and apt-listchanges
| -rwxr-xr-x | .ci-make.sh | 1 |
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 |
