diff --git a/src/steps/os/linux.rs b/src/steps/os/linux.rs index 13fc6bb6..b6ec70dd 100644 --- a/src/steps/os/linux.rs +++ b/src/steps/os/linux.rs @@ -1014,4 +1014,9 @@ mod tests { fn test_vanilla() { test_template(include_str!("os_release/vanilla"), Distribution::Vanilla); } + + #[test] + fn test_solus() { + test_template(include_str!("os_release/solus"), Distribution::Solus); + } } diff --git a/src/steps/os/os_release/solus b/src/steps/os/os_release/solus new file mode 100644 index 00000000..81e1a5bc --- /dev/null +++ b/src/steps/os/os_release/solus @@ -0,0 +1,11 @@ +NAME="Solus" +VERSION="4.4" +ID="solus" +VERSION_CODENAME=harmony +VERSION_ID="4.4" +PRETTY_NAME="Solus 4.4 Harmony" +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"