From 6466e630761afa74cf844f9ad732c25b6109ee4a Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Wed, 14 Jun 2023 21:02:46 -0400 Subject: [PATCH] Add fix for missing English ispell dictionary file --- opensuse-personalizer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opensuse-personalizer.sh b/opensuse-personalizer.sh index b4fcdf9..004e4d4 100755 --- a/opensuse-personalizer.sh +++ b/opensuse-personalizer.sh @@ -333,6 +333,9 @@ sudo zypper --non-interactive install ${IN[@]} 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 +# 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 + ######################################## # Flatpak operations