From 3d30cf9439bd706cd85d71f01a173dc7f7dac62a Mon Sep 17 00:00:00 2001 From: Valerie <15646950+MM2-0@users.noreply.github.com> Date: Sun, 22 Jun 2025 11:27:29 +0200 Subject: [PATCH] Update update-not-installed.md --- .../user-guide/troubleshooting/update-not-installed.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/user-guide/troubleshooting/update-not-installed.md b/docs/docs/user-guide/troubleshooting/update-not-installed.md index 849b5c4b..7f2c1f0e 100644 --- a/docs/docs/user-guide/troubleshooting/update-not-installed.md +++ b/docs/docs/user-guide/troubleshooting/update-not-installed.md @@ -1,14 +1,14 @@ # Launcher Cannot Be Updated If you are trying to update the launcher, but the installation fails, you are most likely trying -to crossgrade from the F-Droid version to the Github version or vice versa. Both versions use +to crossgrade from the F-Droid version to the GitHub version or vice versa. Both versions use different signing keys, so you cannot update one with the other. ## Kvaesitso versions There are two different release versions of Kvaesitso: -- **Github version**: This is the version that is released on Github. It includes all features and +- **GitHub version**: This is the version that is released on GitHub. It includes all features and is also available on the [MM20 F-Droid repository](https://fdroid.mm20.de/app/de.mm20.launcher2.release) and on the [IzzyOnDroid F-Droid repository](https://apt.izzysoft.de/fdroid/index/apk/de.mm20.launcher2.release). @@ -21,7 +21,7 @@ There are two different release versions of Kvaesitso: ## Check which version you have installed -Go to Settings > About. If the version number is something like `x.y.z`, you have the Github version +Go to Settings > About. If the version number is something like `x.y.z`, you have the GitHub version installed. If the version number ends in `-fdroid`, you have the F-Droid version installed. ## Switch between versions @@ -33,6 +33,6 @@ version. You can then restore your data in Settings > Backup & restore > Restore ::: warning The backup file format isn't guaranteed to be backward compatible. To ensure that all data is restored correctly, it is recommended to install the previous version first, restore the backup, then update to -the latest version. For example, if you want to upgrade from `1.34.2-fdroid` to `1.35.0` (Github), install -`1.34.2` (Github) first, restore the backup, then update to `1.35.0` (Github). +the latest version. For example, if you want to upgrade from `1.34.2-fdroid` to `1.35.0` (GitHub), install +`1.34.2` (GitHub) first, restore the backup, then update to `1.35.0` (GitHub). :::