File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 11gphoto2-updater
22===============
33
4- Gphoto2 2.5.7 compiler and installer script v0.4.1
4+ Gphoto2 and libGphoto2 compiler and installer script
55http://github.com/gonzalo/gphoto2-updater
66
7+ Last version: 2.5.7
8+
79This script is specifically created for Raspbian http://www.raspbian.org
810and Raspberry Pi http://www.raspberrypi.org but should work over any
911Debian-based distribution
@@ -14,14 +16,21 @@ Please send any feedback or comments to gonzalo.cao(at)gmail.com
1416
1517How-to use
1618==========
17- Just be sure you are connected to the Internet and download and run it with this commands:
19+ To download and compile last script version just be sure you are connected to the Internet and run:
20+
21+ ```
22+ $ wget https://raw.githubusercontent.com/gonzalo/gphoto2-updater/master/gphoto2-updater.sh && chmod +x gphoto2-updater.sh && sudo ./gphoto2-updater.sh
23+ ```
24+ Since 2.5.5 version you can pick an specific libgphoto version selectin and specific release:
25+
1826
1927```
20- $ wget https://raw.githubusercontent.com/gonzalo/gphoto2-updater/master/gphoto2-updater.sh
21- $ chmod +x gphoto2-updater.sh
22- $ sudo ./gphoto2-updater.sh
28+ $ wget https://github.com/gonzalo/gphoto2-updater/releases/download/[ligphoto-version]/gphoto2-updater.sh && chmod +x gphoto2-updater.sh && sudo ./gphoto2-updater.sh
2329```
2430
31+ Check releases
32+ https://github.com/gonzalo/gphoto2-updater/releases
33+
2534LICENSE AND DISCLAIMER
2635======================
2736
You can’t perform that action at this time.
0 commit comments