From aefab1aac50e8d68318d672f3a0e0373fc5abaa9 Mon Sep 17 00:00:00 2001 From: elsid Date: Fri, 10 Nov 2023 18:36:39 +0100 Subject: [PATCH] List installed packages --- CI/install_debian_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/CI/install_debian_deps.sh b/CI/install_debian_deps.sh index bd767bb173..1606b18b07 100755 --- a/CI/install_debian_deps.sh +++ b/CI/install_debian_deps.sh @@ -125,3 +125,4 @@ add-apt-repository -y ppa:openmw/openmw add-apt-repository -y ppa:openmw/openmw-daily add-apt-repository -y ppa:openmw/staging apt-get -qq -o dir::cache::archives="$APT_CACHE_DIR" install -y --no-install-recommends "${deps[@]}" >/dev/null +apt list --installed