1

Add fix for missing English ispell dictionary file

This commit is contained in:
Jessie Hildebrandt 2023-06-14 21:02:46 -04:00
parent 99cfbd69f4
commit 6466e63076

View File

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