Here we are. This is the first version of pkgb-update. A tool that mimics in some ways
github.com
You are free to use, take ideas, copy some portions of code and abuse.
freebsd-update but for pkgbase systems.GitHub - Emrion/pkgb-update: A tool to make upgrade with pkgbase easy
A tool to make upgrade with pkgbase easy. Contribute to Emrion/pkgb-update development by creating an account on GitHub.
pkgb-update
pkgb-update is the counterpart of freebsd-update, but for pkgbase systems.
It's a script that updates (that's simple) and mostly upgrades the FreeBSD OS.
pkgbase opens some upgrades (and updates) that were not supported otherwise than compiling the code source.
pkgbase dramatically speed up the upgrade comparing to freebsd-update.
Nevertheless, pkgbase has its own drawbacks. One of them is the complexity of the commands to type to upgrade.
This is where a tool like pkgb-update has a role to play.
pkgb-update is able to upgrade from RELEASE to RELEASE, but also from:
It lacks ALPHA and BETA versions, this will come later.
- RELEASE to RC
- RC to next RC
- RELEASE or RC to STABLE
- Any to CURRENT
You are free to use, take ideas, copy some portions of code and abuse.