Gentoo support

This commit is contained in:
Roey Darwish Dror
2018-10-21 15:08:36 +03:00
parent 78396fc438
commit ba7192c21d
2 changed files with 43 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ Just run `topgrade`. It will run the following steps:
* *CentOS/RHEL*: Run `yum upgrade`
* *Fedora* - Run `dnf upgrade`
* *Debian/Ubuntu*: Run `apt update && apt dist-upgrade`
* *Gentoo*: Run `layman -s ALL && emerge --sync -q && eix-update && emerge -uDNa world`
* *Linux*: Run [etc-update](https://dev.gentoo.org/~zmedico/portage/doc/man/etc-update.1.html):
* *Unix*: Run `brew update && brew upgrade`. This should handle both Homebrew and Linuxbrew
* *Unix*: Run `nix upgrade-nix && nix --upgrade`.