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:
-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
+