diff options
Diffstat (limited to 'install')
-rwxr-xr-x | install/ishtar-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/install/ishtar-install b/install/ishtar-install index 9b9f29d2d..f0db9a40f 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -422,6 +422,14 @@ EOF ( set -x; $sh_c 'sleep 3; apt-get --no-install-recommends install -y -q \ libreoffice libreoffice-script-provider-python python3-uno' ) fi + + # buster: python-pyqrcode python-png + echo "-------------------------------------------------------------------------------"; + cecho y "Installing pyqrcode" + echo ""; + ( set -x; $sh_c 'pip install pyqrcode==1.2.1' ) + ( set -x; $sh_c 'pip install pypng==0.0.19' ) + echo "-------------------------------------------------------------------------------"; cecho y "Installing django-simple-history" echo ""; |