mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update 91-pikepdf.sh
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Installing pikepdf..."
|
echo "Installing pikepdf..."
|
||||||
pip install pikepdf --force-reinstall >/dev/null
|
(apt-get update
|
||||||
|
apt-get install -yq libxml2-dev libxslt-dev python-dev
|
||||||
|
apt-get install -yq libjpeg-dev zlib1g-dev
|
||||||
|
apt-get install -yq python3-dev build-essential -y && \
|
||||||
|
pip install -yq pikepdf==2.16.1 --force-reinstall
|
||||||
|
|
||||||
|
pip install pikepdf --force-reinstall) >/dev/null
|
||||||
echo "... success!"
|
echo "... success!"
|
||||||
|
|||||||
Reference in New Issue
Block a user