ghostbsd / documentation

12 stars 12 forks source link

Fixed command line in upgrading-guide.md #65

Closed ericbsd closed 2 months ago

ericbsd commented 2 months ago

Summary by Sourcery

Fix the command line instructions in the upgrading guide to ensure the correct use of 'sudo pkg upgrade' for upgrading processes.

Documentation:

sourcery-ai[bot] commented 2 months ago

Reviewer's Guide by Sourcery

This pull request corrects the command line instructions in the upgrading guide documentation. It replaces 'pkg update' with 'pkg upgrade' in two instances to provide the correct command for system upgrades.

File-Level Changes

Change Details Files
Corrected the command for system upgrades from 'pkg update' to 'pkg upgrade'
  • Changed 'sudo pkg update -f' to 'sudo pkg upgrade -f' for kernel mismatch scenarios
  • Changed 'sudo pkg update' to 'sudo pkg upgrade' for non-kernel mismatch scenarios
source/user/upgrading-guide.md
Removed placeholder text for troubleshooting section
  • Deleted the line '[Content coming soon]' from the troubleshooting section
source/user/upgrading-guide.md

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.