Re: possible to upgrade from stable/14 to current?
- Reply: Chuck Tuffli : "Re: possible to upgrade from stable/14 to current?"
- In reply to: Chuck Tuffli : "possible to upgrade from stable/14 to current?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Feb 2024 15:39:39 UTC
On Thu, 1 Feb 2024 at 01:45, Chuck Tuffli <ctuffli@gmail.com> wrote:
> I've been running with pkgbase using the official packages. Because of
> the timing, the system is running stable/14. Is it possible to convert
> this install to current? I've tried editing the package conf file to
> change ${ABI} to FreeBSD:15:amd64, but pkg complains about the wrong
> architecture.
>
I think it should be possible using something like 'ABI=FreeBSD:15:amd64
pkg-static update ... && ABI=FreeBSD:15:amd64 pkg-static upgrade ...'