We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Unknown OS found in /etc/os-release
Describe the solution you'd like Add Solus 4.7 Endurance as an OS
$ cat /etc/os-release NAME="Solus" VERSION="4.7" ID="solus" VERSION_CODENAME=endurance VERSION_ID="4.7" PRETTY_NAME="Solus 4.7 Endurance" ANSI_COLOR="1;34" HOME_URL="https://getsol.us" SUPPORT_URL="https://help.getsol.us/docs/user/contributing/getting-involved" BUG_REPORT_URL="https://dev.getsol.us/" LOGO="distributor-logo-solus"
Additional context After adding it manually to the osdetection file, OS detection went fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Unknown OS found in /etc/os-release
Describe the solution you'd like
Add Solus 4.7 Endurance as an OS
$ cat /etc/os-release
NAME="Solus"
VERSION="4.7"
ID="solus"
VERSION_CODENAME=endurance
VERSION_ID="4.7"
PRETTY_NAME="Solus 4.7 Endurance"
ANSI_COLOR="1;34"
HOME_URL="https://getsol.us"
SUPPORT_URL="https://help.getsol.us/docs/user/contributing/getting-involved"
BUG_REPORT_URL="https://dev.getsol.us/"
LOGO="distributor-logo-solus"
Additional context
After adding it manually to the osdetection file, OS detection went fine.
The text was updated successfully, but these errors were encountered: