# MIB Downloader [![Build Status](https://drone.binary-kitchen.de/api/badges/sprinterfreak/mibs-downloader/status.svg?ref=refs/heads/master)](https://drone.binary-kitchen.de/sprinterfreak/mibs-downloader) Search and dowload mibs from different sources ## Important MIBs This is a set of important mibs ### Download new mibs To donwload new mibs use the mib-downloader.sh tool `./mib-downloader.sh ` ### Install MIBs *ToDo* `make install` ### Push back updates ``` git add mibs/* git commit -m "Updated MIBs" git push ```