DoomHammer / brewstrap

Bootstraps Linuxbrew on machines lacking necessary tools (such as Chromebooks and embedded)
Other
6 stars 0 forks source link

possible improvement? #2

Closed minektur closed 8 years ago

minektur commented 8 years ago

One idea I had is that for each of the unix command line tools that is a dependency (e.g. as listed in README.md) - you might use each of those commands 'bare' with no path and then put in your instructions that the user's path needs to include each dependency. In fact, early on in the script you could test for each of those and complain..

This would make your script work in a much wider variety of weird os configurations...

DoomHammer commented 8 years ago

I don't think I totally understand this. Do you mean something like #5?

minektur commented 8 years ago

Your solution for #5 was better than what I suggested and solves the same problem.