1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

List installed packages

This commit is contained in:
elsid 2023-11-10 18:36:39 +01:00
parent 374b9759b0
commit aefab1aac5
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

View File

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