Skip to content

Commit

Permalink
release 5.50 Update speed-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pageauc committed Aug 5, 2017
1 parent f0ff361 commit c024f54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 223 deletions.
2 changes: 1 addition & 1 deletion search_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---------------- User Configuration Settings for speed-cam.py ---------------------------------
# Ver 5.00 speed-search.py Variable Configuration Settings
# Ver 5.00 search-speed.py Variable Configuration Settings

# ======================================
# speed-search.py variable settings
Expand Down
6 changes: 4 additions & 2 deletions speed-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ if [ $? -ne 0 ] ; then
wget -O speed-install.sh https://raw.github.com/pageauc/rpi-speed-camera/master/speed-install.sh
wget -O speed-cam.py https://raw.github.com/pageauc/rpi-speed-camera/master/speed-cam.py
wget -O speed-cam.sh https://raw.github.com/pageauc/rpi-speed-camera/master/speed-cam.sh
wget -O speed-search.py https://raw.github.com/pageauc/rpi-speed-camera/master/speed-search.py
wget -O search-speed.py https://raw.github.com/pageauc/rpi-speed-camera/master/search-speed.py
wget -O search_config.py https://raw.github.com/pageauc/rpi-speed-camera/master/search_config.py
wget -O Readme.md https://raw.github.com/pageauc/rpi-speed-camera/master/Readme.md
wget -O makehtml.py https://raw.github.com/pageauc/rpi-speed-camera/master/makehtml.py
wget -O menubox.sh https://raw.github.com/pageauc/rpi-speed-camera/master/menubox.sh
Expand All @@ -54,7 +55,8 @@ if [ $? -ne 0 ] ; then
else
wget -O speed-cam.py -q --show-progress https://raw.github.com/pageauc/rpi-speed-camera/master/speed-cam.py
wget -O speed-cam.sh -q --show-progress https://raw.github.com/pageauc/rpi-speed-camera/master/speed-cam.sh
wget -O speed-search.py -q --show-progress https://raw.github.com/pageauc/rpi-speed-camera/master/speed-search.py
wget -O search-speed.py -q --show-progress https://raw.github.com/pageauc/rpi-speed-camera/master/search-speed.py
wget -O search_config.py -q --show-progress https://raw.github.com/pageauc/rpi-speed-camera/master/search_config.py
wget -O Readme.md -q --show-progress https://raw.github.com/pageauc/rpi-speed-camera/master/Readme.md
wget -O makehtml.py -q --show-progress https://raw.github.com/pageauc/rpi-speed-camera/master/makehtml.py
wget -O menubox.sh -q --show-progress https://raw.github.com/pageauc/rpi-speed-camera/master/menubox.sh
Expand Down
220 changes: 0 additions & 220 deletions speed-search.py

This file was deleted.

0 comments on commit c024f54

Please sign in to comment.