LogosLinuxInstaller
LogosLinuxInstaller copied to clipboard
Reconfigure Scripts, or, Code Cleanup
Presently there are functions and variables mixed in with the actual run of the script. Functions and variables should be declared beforehand rather than during run.
There are also commented out sections that can be removed.
Further, functions and code should ideally be more thoroughly commented.