Skip to content

Commit

Permalink
Added more verbose feedback on ltex
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Feb 4, 2022
1 parent d161cf7 commit 7449e21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages_setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ cp source-sans-2.020R-ro-1.075R-it/OTF/*.otf ~/.fonts/
fc-cache -f -v

cd /tmp/
echo "Downloading ltex"
wget https://github.com/valentjn/ltex-ls/releases/download/15.2.0/ltex-ls-15.2.0-linux-x64.tar.gz
echo "Untarring"
mkdir /ltex
tar -xf ltex-ls-15.2.0-linux-x64.tar.gz -C /ltex
rm ltex-ls-15.2.0-linux-x64.tar.gz
echo "Removing source"
rm ltex-ls-15.2.0-linux-x64.tar.gz
echo "Finished ltex download"

0 comments on commit 7449e21

Please sign in to comment.