GhostBSD 21.11.24 ISO is now available!

News and Announcements related to GhostBSD
Post Reply
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

GhostBSD 21.11.24 ISO is now available!

Post by ericbsd »

radek
Posts: 12
Joined: Fri Nov 02, 2018 11:43 am

Re: GhostBSD 21.11.24 ISO is now available!

Post by radek »

Hello
I did full upgrade but
ghostbsd-version -kofv output is still
21.11.11
1300517
13.0 stable
What is wrong ?
How to upgrade to 21.11.24
radek
Posts: 12
Joined: Fri Nov 02, 2018 11:43 am

Re: GhostBSD 21.11.24 ISO is now available!

Post by radek »

For everyone who made upgrade from 21.09 or older versions.:
Make an script

#!/bin/sh
pkg_url=$(pkg -vv | grep '/stable' | cut -d '"' -f2)
version_url="${pkg_url}/version"
cd /etc
fetch "${version_url}"
cd -

and execute in terminal

Thanks
Post Reply