jayrambhia / Install-OpenCV

shell scripts to install different version of OpenCV in different distributions of Linux
1.04k stars 947 forks source link

dependencies.sh not installing unauthenticated dependency #64

Open UrielSalomon opened 8 years ago

UrielSalomon commented 8 years ago

The -y in sudo apt-get -y install $1 is not enough. Adding --force-yes fixes this. How can I get authorized to push this change? (This is my first time push changes to github)