Skip to content

Commit

Permalink
Merge pull request #2 from geoboom/master
Browse files Browse the repository at this point in the history
changed target of cat to downloaded file
  • Loading branch information
thortex authored Sep 1, 2018
2 parents 7736022 + 42c17a9 commit 98819a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/install_opencv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo -n '' > $F
for x in a b c d e f g; do
X=${U}${R}/opencv_${V}_armhf.xa$x
wget -c $X
cat $X >> $F
cat ./opencv_${V}_armhf.xa$x >> $F
done

sha256sum -c SHA256SUM
Expand Down

0 comments on commit 98819a7

Please sign in to comment.