nicolargo / glancesautoinstall

Glances Auto Install script
MIT License
60 stars 42 forks source link

Find symbolic links as well as regular files when searching for release/version files during distro check #50

Closed b-rad15 closed 5 months ago

b-rad15 commented 8 months ago

On Fedora -release files are stored in /usr/lib/ and sym linked into /etc/, I have add l to the types in the find command to reflect this. I also added a sentence to the error message to more clearly state what the issue with the installation was.