diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-25 18:07:15 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:57 +0200 | 
| commit | 9937ed0dc9779d505633585a2fad2403b89c5b7f (patch) | |
| tree | 068c7b4348f5fe28d4ab4ec50bbc1c3dbbf89271 /install | |
| parent | 959471fcc4a1a8d39aab9202eb88816be14e90b2 (diff) | |
| download | Ishtar-9937ed0dc9779d505633585a2fad2403b89c5b7f.tar.bz2 Ishtar-9937ed0dc9779d505633585a2fad2403b89c5b7f.zip  | |
Manage generation of QR codes
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 "";  | 
