diff --git a/.vitepress/config.mts b/.vitepress/config.mts index ebfb3eb..1610fa6 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -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" }, ] }, { diff --git a/common-issues/services-wont-update.md b/common-issues/services-wont-update.md deleted file mode 100644 index a2efab5..0000000 --- a/common-issues/services-wont-update.md +++ /dev/null @@ -1,13 +0,0 @@ -# Services Won't Update - -Sometimes the services won't update. This is caused by an image SHA not refreshing on your system. - -To fix this, you can run the following command to refresh the images: - -1. Navigate to the installation directory. -2. Run `git pull` to fetch the latest updates. -3. Execute - -```bash -./fix-versions.sh -``` diff --git a/common-issues/system-not-updating.md b/common-issues/system-not-updating.md new file mode 100644 index 0000000..ecc4646 --- /dev/null +++ b/common-issues/system-not-updating.md @@ -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 +```