Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wikijm authored Jun 28, 2019
1 parent 218f143 commit 40f1cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supplementals/pibakery/raspbian+photobooth+raspap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<xml xmlns="http://www.w3.org/1999/xhtml"><block type="onfirstboot" id="onfirstboot" x="29" y="26"><next><block type="bootbehaviour" id="7[2;8}Z+cZ*t#[up9##]"><field name="1">Desktop</field><next><block type="sethostname" id="4x~VY?HL|O59.ZDdRQKp"><field name="1">photobooth</field><next><block type="changepass" id="~Q|[;/Ak8ua%kGaJ^ii["><field name="1">raspberry</field><next><block type="runcommand" id="e@IZ9a^m_Huod]h7GBcd"><field name="1">sudo rpi-update</field><field name="2">pi</field><next><block type="runcommand" id="zV+3(l6N2XQ6B!;/cBD="><field name="1">sudo apt update</field><field name="2">pi</field><next><block type="runcommand" id="lV#0!+!`1xsRgp0[XrLl"><field name="1">sudo apt dist-upgrade -y</field><field name="2">pi</field><next><block type="runcommand" id="EdWl(R1acMq2`CzBWG09"><field name="1">sudo sed -i 's/#xserver-command=X/xserver-command=X -s 0 -dpms/g' /etc/lightdm/lightdm.conf</field><field name="2">pi</field><next><block type="runcommand" id="mWh,R)4EU[~1Hj+utYy}"><field name="1">sudo apt install git python3-dev python3-pip virtualenv qt5-default pyqt5-dev pyqt5-dev-tools gphoto2 libgphoto2-dev -y </field><field name="2">pi</field><next><block type="deletefile" id="?3zNGE4Vj^SG[?wCgZ-l"><field name="1">/usr/share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service</field><next><block type="deletefile" id="uF=^P[@H|;=44=*DF+~l"><field name="1">/usr/share/gvfs/mounts/gphoto2.mount</field><next><block type="deletefile" id="vI2^TN61bOEd^qYtfO*x"><field name="1">/usr/share/gvfs/remote-volume-monitors/gphoto2.mount</field><next><block type="deletefile" id="`*Azl^7faIu~kC{%mi:A"><field name="1">/usr/lib/gvfs/gvfs-gphoto2-volume-monitor</field><next><block type="deletefile" id="Sa}B;,tq5N^iDnPt@W,["><field name="1">/usr/lib/gvfs/gvfsd-gphoto2</field><next><block type="runcommand" id="K4T0]|In*B5oZ/44[[dm"><field name="1">git clone https://github.com/reuterbal/photobooth.git</field><field name="2">pi</field><next><block type="runcommand" id="2)_HyIHv,q4vpfY*V8~O"><field name="1">cd /home/pi/photobooth/</field><field name="2">pi</field><next><block type="runcommand" id="}T(!+S1GtQcvTw0,k`]6"><field name="1">virtualenv -p python3 --system-site-packages .venv</field><field name="2">pi</field><next><block type="runcommand" id="Eepw/lF.U*1^[meWwyvJ"><field name="1">source .venv/bin/activate</field><field name="2">pi</field><next><block type="runcommand" id="`,97(zoG=U4!@}XMOk2^"><field name="1">pip install -e .</field><field name="2">pi</field><next><block type="runcommand" id="n?3c~1jbDgchy#McIPvj"><field name="1">sudo wget -q https://git.io/voEUQ -O /tmp/raspap &amp;&amp; bash /tmp/raspap</field><field name="2">pi</field><next><block type="reboot" id="J)OE0Uszvab_2*^r=L-u"></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block><block type="onboot" id="Tg-DTNxl|*Co[SMlS4]^" x="467" y="29"><next><block type="runcommand" id="@~Fd-^}Pi4*C*_X7#41N"><field name="1">/home/pi/photobooth/.venv/bin/python -m photobooth --run</field><field name="2">pi</field></block></next></block></xml>

0 comments on commit 40f1cda

Please sign in to comment.