mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update 91-pikepdf.sh
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Installing pikepdf..."
|
||||
pip install pikepdf --force-reinstall >/dev/null
|
||||
echo "Installing pikepdf..."
|
||||
(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!"
|
||||
|
||||
Reference in New Issue
Block a user