From e8e58d1a415c2ca1a17838e10aa99357668176c1 Mon Sep 17 00:00:00 2001 From: Thor Watanabe Date: Wed, 6 Feb 2019 07:08:44 +0900 Subject: [PATCH] Fixed an install script bug. --- release/install_opencv.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release/install_opencv.sh b/release/install_opencv.sh index 55a65d4..071c80b 100755 --- a/release/install_opencv.sh +++ b/release/install_opencv.sh @@ -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