Add fix for missing English ispell dictionary file
This commit is contained in:
parent
99cfbd69f4
commit
6466e63076
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user