Skip to content

Commit

Permalink
Merge pull request #48 from spacimek/patch-1
Browse files Browse the repository at this point in the history
Update version of kwkhtmltopdf_client to 1.0
  • Loading branch information
sbidoul authored Dec 24, 2024
2 parents c1744df + 68a50db commit 7fbff0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/wkhtmltopdf.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -eo pipefail
curl -o /usr/local/bin/wkhtmltopdf -SL https://github.com/acsone/kwkhtmltopdf/releases/download/0.9.0/kwkhtmltopdf_client
echo "49b609de7e7964b65c2021e71f651eb1c5f76112 /usr/local/bin/wkhtmltopdf" | sha1sum -c -
curl -o /usr/local/bin/wkhtmltopdf -SL https://github.com/acsone/kwkhtmltopdf/releases/download/1.0/kwkhtmltopdf_client
echo "4856c49a1a20a949548a2535ac98de64873bd167 /usr/local/bin/wkhtmltopdf" | sha1sum -c -
chmod +x /usr/local/bin/wkhtmltopdf

0 comments on commit 7fbff0b

Please sign in to comment.