Commit 09dae70 1 parent dd21a61 commit 09dae70 Copy full SHA for 09dae70
File tree 3 files changed +27
-170
lines changed
3 files changed +27
-170
lines changed Original file line number Diff line number Diff line change 6
6
# | | | \ /\ / __/ |_) | (_| (_| | | | | | |
7
7
# \_| |_|\/ \/ \___|_.__/ \___\__,_|_| |_| |_|
8
8
#
9
- # https ://github.com/user2684/PiWebcam
9
+ # http ://piwebcam. github.io
10
10
11
11
# ensure we are running on a supported Raspbian release
12
12
if ! grep -q ' 9 (stretch)' /etc/os-release; then
@@ -27,12 +27,12 @@ export MY_NAME="PiWebcam"
27
27
export MY_DIR=" /boot/$MY_NAME "
28
28
export MY_FILE=" $MY_DIR /$MY_NAME .sh"
29
29
# version and build number
30
- export MY_VERSION=" 1.2 "
30
+ export MY_VERSION=" 1.3 "
31
31
export MY_BUILD=` md5sum $MY_FILE 2> /dev/null | cut -f1 -d' ' | tail -c 8`
32
32
# URL of the project
33
- export MY_URL=" https ://github.com/user2684/PiWebcam "
33
+ export MY_URL=" http ://piwebcam. github.io "
34
34
# URL with the latest version available
35
- MY_UPDATES_URL=" https://raw.githubusercontent.com/wiki/user2684/ PiWebcam/last_version.md"
35
+ MY_UPDATES_URL=" https://raw.githubusercontent.com/wiki/PiWebcam/piwebcam /last_version.md"
36
36
# location of the configuration file
37
37
MY_CONFIG=" $MY_DIR /$MY_NAME .conf"
38
38
# bootstrap style of the main panel of the web interface
You can’t perform that action at this time.
0 commit comments