Skip to content

Commit b09b0c7

Browse files
authored
Update 30_opencv_install.sh
1 parent 9a7ba81 commit b09b0c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts.d/30_opencv_install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
2+
exit 0
33
source lib.sh
44

55
_op _chroot pip3 install opencv-python==4.1.0.25 opencv-contrib-python==4.1.0.25
@@ -16,4 +16,4 @@ echo "If installation is successful, you'll need to restart to get the camera wo
1616
echo "Upon reboot, run the following to verify the camera works: "
1717
echo "sudo raspistill -e png -n -o /home/pi/Pictures/activation_test.png"
1818
echo
19-
echo "Trained classifiers for detecting objects can be found at https://github.com/opencv/opencv/tree/master/data/haarcascades"
19+
echo "Trained classifiers for detecting objects can be found at https://github.com/opencv/opencv/tree/master/data/haarcascades"

0 commit comments

Comments
 (0)