* Ignore Pycharm descriptors from VCS.
* Rename all occurances of `log` to `stats`.
* Rename log file to stats and move to /var/run
* Bring back --log switch with deprecation message.
* add support for Solus
add an instruction command to point auto-cpufreq.service to the right location to fix --install on Solus
* using sed instead of awk
* add "may requires root" to instructions
* add Solus as a separate installer
Add Solus as a separate installer instead of instructions
* remove redundant instructions
* implemented --debug option
- Added --debug option that shows sys info
- Added inxi as dependency
- Implemented get_sys_info() that returns inxi output
with injected governnor information
- Fixed bug: delete_file was called but this was deleted in prev PR
- Updated issue template