arpitjindal97 / raspbian-recipes

Raspberry networking made easy - Need Contributors
GNU General Public License v3.0
410 stars 164 forks source link

Automatically install dependencies #68

Open plygrnd opened 1 year ago

plygrnd commented 1 year ago

When running any of the recipes, they should check for their dependencies and automatically install them if necessary.

myxxmikeyxx commented 1 year ago

It should have a separate install script for those who want that. The problem I ran into is that all the dependencies have changed. I don't think works for raspberry pi os. I believe it only works on buster/raspbian and before because of different networking packages what have switched (or updated) in raspberry pi os. One that I found was networking tools doesn't have the same commands because of the newer version but if you downgrade it, then you lose networking.

arpitjindal97 commented 1 year ago

@myxxmikeyxx Can you make a contribution to make them work newer OS?