You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
If you have installed Photobooth via git:
Open a Terminal and navigate into your installation folder, by default /var/www/html: cd /var/www/html
Now fetch latest source and checkout:
Using a ready to use package:
Download and extract the package (needs to be a own folder) and open a terminal from that path. Now type the following to update: sudo bash update-booth.sh --path="/var/www/html"
(Adjust path if needed)
Done :)
https://github.com/andi34/photobooth/releases/tag/v2.8.0
Is your feature request related to a problem? Please describe.
Safari Browser on iOS 9 in not compatible with es6.
Using transpiled JavaScript which enables support for Safari 9 - will be added to stable release on v2.8.0
Ready to use package
photobooth-SNAPSHOT.20200808205436739.zip
Update Photobooth
There's 2 ways:
If you have installed Photobooth via git:
Open a Terminal and navigate into your installation folder, by default /var/www/html:
cd /var/www/htmlNow fetch latest source and checkout:
Update submodules and build the css files:
Once that's done you're ready
exitUsing a ready to use package:
Download and extract the package (needs to be a own folder) and open a terminal from that path. Now type the following to update:
sudo bash update-booth.sh --path="/var/www/html"(Adjust path if needed)
Done :)