linutil
linutil copied to clipboard
Move scripts around & refactor existing ones
Merge #584 before this
Merge #596 before this as well
Type of Change
- [x] Refactoring
Description
Moves scripts to better locations, and refactors some printf's into the if statements to prevent it from printing if the program(s) are already installed
Stop putting NEW LINES where the interactive printed message is, it just takes the user down a line, instead just use "%b" for those types of prints
Testing
tested
Checklist
- [x] My code adheres to the coding and style guidelines of the project.
- [x] I have performed a self-review of my own code.
- [x] My changes generate no errors/warnings/merge conflicts.