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

Replace ifconfig with ip #127

Closed Alyetama closed 2 years ago

Alyetama commented 2 years ago

ifconfig was deprecated in favor of ip and is no longer shipped by default in the Raspberry Pi OS. ./menubox will raise a non-fatal error every time I use it because I don't have ifconfig installed on my system. This PR replaces ifconfig with ip as a proposed solution (as opposed to making changes to the installation part).

pageauc commented 2 years ago

Did the merge but noticed line 74 was not changed. Can you take a look at that line. Thanks Claude ...

On Tue, Mar 29, 2022 at 12:10 PM Alyetama @.***> wrote:

ifconfig was deprecated in favor of ip and is no longer shipped by default in the Raspberry Pi OS. ./menubox will raise a non-fatal error every time I use it because I don't have ifconfig installed on my system. This PR replaces ifconfig with ip as a proposed solution (as opposed to of making changes to the installation part),.

You can view, comment on, or merge this pull request online at:

https://github.com/pageauc/pi-timolo/pull/127 Commit Summary

File Changes

(1 file https://github.com/pageauc/pi-timolo/pull/127/files)

Patch Links:

— Reply to this email directly, view it on GitHub https://github.com/pageauc/pi-timolo/pull/127, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNPKZAQPGF5COLVPM4RUW3VCM2QXANCNFSM5R7CVIGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- YouTube Channel at https://www.youtube.com/user/pageaucp http://www.youtube.com/user/pageaucp GitHub Repository at https://github.com/pageauc