Skip to content

Commit

Permalink
Fixed an install script bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
thortex committed Feb 5, 2019
1 parent 9454685 commit e8e58d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release/install_opencv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
U=https://github.com/thortex/rpi3-opencv/releases/download/
R=v4.0.1
V=4.0.1
F=opencv_${V}_armhf.deb
D=20190205
F=opencv_${V}-${D}_armhf.deb

X=${U}${R}/$F
wget -c $X
Expand Down

0 comments on commit e8e58d1

Please sign in to comment.