Skip to content

Commit 0e7d849

Browse files
committed
#3047 doc: fix Markdown and other issues
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 14b17e1 commit 0e7d849

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

webpage/src/installation/fedora.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,22 @@ dnf install qownnotes
5454

5555
[Direct Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Fedora_40) (this example link is for Fedora 40)
5656

57-
## QON Version Updating Notes for Fedora
58-
### Problems with GPG Keys?
57+
## QOwnNotes version updating notes for Fedora
5958

60-
Changes in Fedora's cryptographic policies can mean "old" repository keys are not automatically extended. This can lead to problems _updating_ QOwnNotes.
59+
### Problems with GPG keys?
6160

62-
If you have a problem with invalid keys (i.e. GPG errors) such as "certificate is not alive" and/or "key is not alive" due to key expiry, this terminal command should delete the expired key:
61+
Changes in Fedora's cryptographic policies can mean "old" repository keys are not automatically extended.
62+
This can lead to problems *updating* QOwnNotes.
6363

64-
```sudo rpm -e $(rpm -q --qf "%{NAME}-%{VERSION}-%{RELEASE}\t%{SUMMARY}\n" gpg-pubkey | grep pbek | cut -f1)```
64+
If you have a problem with invalid keys (i.e. GPG errors) such as `certificate is not alive`
65+
and/or `key is not alive` due to key expiry, this terminal command should delete the expired key:
6566

66-
You must then newly _import_ the current key as described in the beginning of these installation instructions.
67+
```bash
68+
sudo rpm -e $(rpm -q --qf "%{NAME}-%{VERSION}-%{RELEASE}\t%{SUMMARY}\n" gpg-pubkey | grep pbek | cut -f1)
69+
```
70+
71+
You must then newly *import* the current key as described in the beginning of these installation instructions.
6772

68-
Detailed explanation of the command is available on GitHub in a [topic](https://github.com/pbek/QOwnNotes/issues/3008#issuecomment-2197827084) related to this exact issue.
73+
Detailed explanation of the command is available on GitHub in a
74+
[topic](https://github.com/pbek/QOwnNotes/issues/3008#issuecomment-2197827084)
75+
related to this exact issue.

0 commit comments

Comments
 (0)