Support Void (fix #95)

This commit is contained in:
Roey Darwish Dror
2018-11-20 14:38:23 +02:00
parent 30259018c5
commit 5a7ec65545
2 changed files with 21 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ Just run `topgrade`. It will run the following steps:
* *Debian/Ubuntu*: Run `apt update && apt dist-upgrade`
* *Gentoo*: Run `layman -s ALL && emerge --sync -q && eix-update && emerge -uDNa world`
* *openSUSE*: Run `zypper refresh && zypper dist-upgrade`
* *Void*: Run `xbps-install -Su`
* *Linux*: Run [etc-update](https://dev.gentoo.org/~zmedico/portage/doc/man/etc-update.1.html):
* *FreeBSD*: Upgrade and audit packages
* *Unix*: Run `brew update && brew upgrade`. This should handle both Homebrew and Linuxbrew