Skip to content

Commit 2d6c873

Browse files
authored
Fixed some small language errors
1 parent cd3ba1f commit 2d6c873

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: user/upgrading-guide.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Update Station uses FreeBSD pkg to perform system and software updates, which ha
2121
This section demonstrates how to upgrade to the latest version and discusses some of the considerations when upgrading the operating system.
2222

2323
### Update notification
24-
On GhostBSD, you will receive a notification in the notification area, an orange icon will be visible when new software or system updates are available. Left Click on the icon, and a Window will opne with the list of software and OS packages that will be upgraded.
24+
On GhostBSD, you will receive a notification in the notification area, an orange icon will be visible when new software or system updates are available. Left Click on the icon, and a Window will open with the list of software and OS packages that will be upgraded.
2525

2626
![notification](upgrade-img/notification.png){.bg-primary align=center}
2727

2828
### Before upgrading
29-
On the Upgrade list, a checkbox at the bottom is enabled by default to create a boot environment backup before the upgrade. It is recommended to keep it enabled in case an issue happens with the upgrade. With a BE backup the system can be restored to the stat it was before the upgrade was perform.
29+
On the Upgrade list, a checkbox at the bottom is enabled by default to create a boot environment backup before the upgrade. It is recommended to keep it enabled in case an issue happens with the upgrade. With a BE backup the system can be restored to the state it was before the upgrade was performed.
3030

3131
![upgrade_window](upgrade-img/upgrade_window.png){.bg-primary align=center}
3232

@@ -41,15 +41,15 @@ A window with a progress bar will appear.
4141
![progress](upgrade-img/progress.png){.bg-primary align=center}
4242

4343
### Upgrade completed
44-
After the upgrade is complete Update Station will be ask to restart the system if needed.
44+
After the upgrade is complete Update Station will ask to restart the system if needed.
4545

4646
![completed](upgrade-img/completed.png){.bg-primary align=center}
4747

4848
## GhostBSD upgrade with pkg cli
4949
Upgrading packages with pkg has to be done in a specific way, specifically with OS upgrade.
5050

5151
### Before upgrading
52-
Before upgrading with pkg make sure to backup the system boot environment with **bectl**. It is recommended to backup the system boot environment in case an issue happens with the upgrade. With a BE backup the system can be restored to the stat it was before the upgrade was perform.
52+
Before upgrading with pkg make sure to backup the system boot environment with **bectl**. It is recommended to backup the system boot environment in case an issue happens with the upgrade. With a BE backup the system can be restored to the state it was before the upgrade was performed.
5353

5454
Here is an example on how to create BE.
5555
```bash
@@ -82,7 +82,7 @@ To ignore this error set IGNORE_OSVERSION=yes
8282
Ignore the mismatch and continue? [y/N]:
8383
```
8484

85-
If a similar message than the above one is encounter, **sudo pkg upgrade -f** must be use to upgrade all installed packages or some problem could occur after rebooting. If **sudo pkg update -f** doesn't report kernel mismatch, **sudo pkg upgrade** can be used to upgrade packages.
85+
If a similar message than the above one is encounter, **sudo pkg upgrade -f** must be used to upgrade all installed packages or some problem could occur after rebooting. If **sudo pkg update -f** doesn't report kernel mismatch, **sudo pkg upgrade** can be used to upgrade packages.
8686

8787
### Starting the upgrade
8888
Run the command below if there is a kernel mismatch with **update -f**.

0 commit comments

Comments
 (0)