Skip to content

Commit

Permalink
#185 install poppler
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 4, 2024
1 parent 5b91070 commit 30d618e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion steps/install.sh
Expand Up @@ -85,7 +85,8 @@ fi

if ! pdftotext -v >/dev/null 2>&1; then
if [ -n "${linux}" ]; then
apt-get install -y poppler
apt-get purge -y build
apt-get install -y libpoppler-dev
else
echo "Install 'poppler' somehow"
exit 1
Expand Down

0 comments on commit 30d618e

Please sign in to comment.