before applying heuristics, use PRETTY_NAME from os-release(3),
which reliably exists on all common linux distributions.
keep the /etc/issue parsing as fallback.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dehydrated-io/dehydrated/pull/765
**Author:** [@danimo](https://github.com/danimo)
**Created:** 9/18/2020
**Status:** ✅ Merged
**Merged:** 9/27/2020
**Merged by:** [@lukas2511](https://github.com/lukas2511)
**Base:** `master` ← **Head:** `fix_os_version`
---
### 📝 Commits (1)
- [`259fc81`](https://github.com/dehydrated-io/dehydrated/commit/259fc81e3786f4c4974930ba777a417d393d2832) fix OS name detection
### 📊 Changes
**1 file changed** (+4 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+4 -0)
</details>
### 📄 Description
before applying heuristics, use `PRETTY_NAME` from os-release(3),
which reliably exists on all common linux distributions.
keep the /etc/issue parsing as fallback.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/765
Author: @danimo
Created: 9/18/2020
Status: ✅ Merged
Merged: 9/27/2020
Merged by: @lukas2511
Base:
master← Head:fix_os_version📝 Commits (1)
259fc81fix OS name detection📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
dehydrated(+4 -0)📄 Description
before applying heuristics, use
PRETTY_NAMEfrom os-release(3),which reliably exists on all common linux distributions.
keep the /etc/issue parsing as fallback.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.