Skip to content

Commit

Permalink
chore: fix wording and improve heading
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolo committed Jan 15, 2025
1 parent 3ff69af commit 486cc50
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default defineConfig({
link: "/common-issues",
items: [
{ text: "Invalid SSL", link: "/common-issues/invalid-ssl" },
{ text: "Services Won't Update", link: "/common-issues/services-wont-update" },
{ text: "System Not Updating", link: "/common-issues/system-not-updating" },
]
},
{
Expand Down
13 changes: 0 additions & 13 deletions common-issues/services-wont-update.md

This file was deleted.

13 changes: 13 additions & 0 deletions common-issues/system-not-updating.md
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
```

0 comments on commit 486cc50

Please sign in to comment.