install apt-utils and apt-listchanges

This commit is contained in:
crystal 2024-01-16 15:24:20 -07:00
parent ecdcc2acf3
commit 660d494741
No known key found for this signature in database
GPG key ID: 1122054731F7CC43

View file

@ -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