From fd913fdbc67d3f27c4f40d210f23caaca6fb37d6 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 7 Sep 2023 18:01:34 -0400 Subject: [PATCH] Expand Packman codecs installation step --- opensuse-personalizer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opensuse-personalizer.sh b/opensuse-personalizer.sh index dc281db..f9dfed4 100755 --- a/opensuse-personalizer.sh +++ b/opensuse-personalizer.sh @@ -334,7 +334,8 @@ sudo zypper --non-interactive install ${IN[@]} # Install any codecs not hosted by OpenSUSE sudo zypper --non-interactive --gpg-auto-import-keys addrepo -cfp 90 "${PACKMAN_REPO_URL}" packman -sudo zypper --non-interactive --gpg-auto-import-keys install --from packman ffmpeg gstreamer-plugins-{good,bad,ugly,libav} libavcodec-full +sudo zypper --non-interactive --gpg-auto-import-keys install --from packman ffmpeg gstreamer-plugins-{good,bad,ugly,libav} libavcodec-full pipewire-aptx +sudo zypper --non-interactive --gpg-auto-import-keys dist-upgrade --from packman --allow-vendor-change # FIX: ispell-american doesn't properly install its dictionary files the first time around, for some reason sudo zypper --non-interactive install --force ispell-american