Skip to content

Commit

Permalink
Update Windows dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
gottcode committed Jan 9, 2023
1 parent 2ba8fa9 commit ca3a3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/windows/dictionaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ cd temp

# Download
echo -n 'Downloading LibreOffice dictionaries...'
loversion='7.3.4.2'
loversion='7.4.4.1'
lodict="libreoffice-dictionaries-${loversion}"
lofiles="libreoffice-${loversion}/dictionaries"
if [ ! -e "${lodict}.tar.xz" ]; then
curl -s -O -L "https://download.documentfoundation.org/libreoffice/src/7.3.4/${lodict}.tar.xz"
curl -s -O -L "https://download.documentfoundation.org/libreoffice/src/7.4.4/${lodict}.tar.xz"
echo ' DONE'
else
echo ' SKIPPED'
Expand Down

0 comments on commit ca3a3e1

Please sign in to comment.