Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2019-05-15 13:06:18 +0300
committerGuy Sheffer <guysoft@gmail.com>2019-05-15 13:06:18 +0300
commit438462a2ec9a66e80d1e081a4deb78877269a8fb (patch)
tree7bac60fe83fe75e144b3427d70e8efbbb818ffd7
parente3503031d8b8c13ceabe7f66faad74be0f0ce087 (diff)
Add pillow variant for #591pillow
-rwxr-xr-xsrc/variants/pillow/post_chroot_script4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/variants/pillow/post_chroot_script b/src/variants/pillow/post_chroot_script
new file mode 100755
index 0000000..325c35c
--- /dev/null
+++ b/src/variants/pillow/post_chroot_script
@@ -0,0 +1,4 @@
+apt-get update
+apt-get install -y python-dev python-setuptools
+sudo -u pi /home/pi/oprint/bin/pip install Pillow
+