linux
linux copied to clipboard
Switch over to a Make system for install
Issue to help track my progress on this, Admission to being a complete idiot, I did not know what exactly make files and systems were when I wrote the bash script and assumed that was the best / easiest way to do it, now looking back, its a bad way that is a security hazard, plus if someday delta should be packaged into distro repos, it will need to use a make system, so yes, hopefully I will revamp the bash script again to just push buttons for the make system which will do the actual installation process.
- [ ] Write a Makefile that replicates the installation process from the bash script
- [ ] Testing sounds like a good idea and I have no clue how to put that in place?
- [ ] "Gut" the bash script and essentially make it just download and then run the make install script
I am sure this will be more nuanced at some point.