Page 1 of 1

Documentation Correction

Posted: Tue Sep 17, 2024 10:46 pm
by nevets
https://ghostbsd-documentation-portal.r ... th-pkg-cli
Starting the upgrade:
Run the command below if there is a kernel mismatch with update -f.
sudo pkg update -f
This should be sudo pkg upgrade -f
Run the command below if there no kernel mismatch with update -f.
sudo pkg update
This should be sudo pkg upgrade

Re: Documentation Correction

Posted: Wed Sep 18, 2024 7:30 am
by ericbsd
No, you need to force update the database with sudo pkg upgrade -f so you can see if there is a kernel upgrade. There is no guarantee that sudo pkg upgrade will show you the.

Re: Documentation Correction

Posted: Wed Sep 18, 2024 7:32 am
by ericbsd
Never mind, I misread and just woke up.

Re: Documentation Correction

Posted: Wed Sep 18, 2024 8:28 am
by ericbsd
Fixed.