Add DragonFly BSD support (#176)

This commit is contained in:
Zach Crownover
2019-06-25 22:47:36 -07:00
committed by Roey Darwish Dror
parent 4427528212
commit e8ed0d996c
4 changed files with 44 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ package manager. Topgrade is tested on and knows the following platforms:
* Gentoo
* openSUSE
* Void
* DragonFly BSD
* FreeBSD
* macOS
* Windows
@@ -52,6 +53,7 @@ Just run `topgrade`. It will run the following steps:
* **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):
* **DragonFly BSD**: Upgrade and audit packages
* **FreeBSD**: Upgrade and audit packages
* **Unix**: Run `brew update && brew upgrade`. This should handle both Homebrew and Linuxbrew
* **Unix**: Run `nix upgrade-nix && nix --upgrade`.