-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix wording and improve heading
- Loading branch information
Showing
3 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# System Not Updating | ||
|
||
If after updating the system a service still shows it needs an update, this usually means the version number hasn't properly refreshed in your system. | ||
|
||
To fix this issue, follow these steps to refresh the service versions: | ||
|
||
1. Navigate to the installation directory. | ||
2. Run `git pull` to fetch the latest updates. | ||
3. Execute | ||
|
||
```bash | ||
./fix-versions.sh | ||
``` |