pageauc / pi-timolo

Raspberry PI-TIMOLO ( PI-TImelapse, MOtion, LOwLight ) uses RPI picamera and OpenCV for Remote Headless Security Monitoring using Motion Tracking, Rclone Auto Sync files with remote storage services. Auto Twilight Transitions and Low Light Camera Settings. Panoramic images using PanTiltHat and More. This project is featured on GitHub Awesome software.
MIT License
548 stars 101 forks source link

Curl install script Aborts during i2c apt-get downloads. #106

Closed Distortionist closed 3 years ago

Distortionist commented 3 years ago

I had to manually install those packages so the install script continues its job without failing.

Distortionist commented 3 years ago

It did it again with different packages, here is what happens : The following additional packages will be installed: python3-smbus The following NEW packages will be installed: python3-pantilthat python3-smbus 0 upgraded, 2 newly installed, 0 to remove and 17 not upgraded. Need to get 18.7 kB of archives. After this operation, 117 kB of additional disk space will be used. Do you want to continue? [Y/n] Abort.

Obviously I don't tell it to abort.

pageauc commented 3 years ago

Updated script to add missing -yq to some apt-get commands Thanks for raising the issue. Claude ....