Adds os recognition support for manjaro linux (#154)

This commit is contained in:
Philipp Weißmann
2019-05-16 13:38:00 +02:00
committed by Roey Darwish Dror
parent c0c155fc8b
commit 9e89bfc84b
3 changed files with 17 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ Topgrade knows that platform and can utilize its unique features, such as the op
package manager. Topgrade is tested on and knows the following platforms:
* Linux
* Arch
* Arch (Antergos, Manjaro)
* CentOS/RHEL
* Fedora
* Debian/Ubuntu
@@ -47,7 +47,7 @@ Just run `topgrade`. It will run the following steps:
* Try to self-upgrade if compiled with this feature. On Unix systems Topgrade will also respawn
itself if it was upgraded
* **Linux**: Run the system package manager:
* **Arch**: Run [yay](https://github.com/Jguer/yay) or fall back to pacman
* **Arch (based)**: Run [yay](https://github.com/Jguer/yay) or fall back to pacman
* **CentOS/RHEL**: Run `yum upgrade`
* **Fedora**: Run `dnf upgrade`
* **Debian/Ubuntu**: Run `apt update && apt dist-upgrade`