You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.
If opencv-installer.sh is executed a first time without proper termination, the second time it is executed it fails: mkdir and git find the folders already created (see line 25).
Two ways to solve it:
Make folder creation and repository clone optional.
Ensure temporary files removal is always executed.
The text was updated successfully, but these errors were encountered:
If opencv-installer.sh is executed a first time without proper termination, the second time it is executed it fails: mkdir and git find the folders already created (see line 25).
Two ways to solve it:
The text was updated successfully, but these errors were encountered: