| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 0c29e3a7e7ffe6510be8df2eaa7f552b0fbb9f0a |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue May 16 22:14:08 2023 +0200 |
4 | |
5 | Auto-Commit Update 16.05.2023 - 22:14:08 |
6 | --- |
7 | README.md | 2 +- |
8 | usr/share/doc/lfp/README.md | 2 +- |
9 | 2 files changed, 2 insertions(+), 2 deletions(-) |
10 | |
11 | diff --git a/README.md b/README.md |
12 | index 1183635..e115738 100644 |
13 | --- a/README.md |
14 | +++ b/README.md |
15 | @@ -46,7 +46,7 @@ lfp is available in the AUR as `lfp` or `lfp-git` |
16 | tmp=$(mktemp -d); |
17 | git clone https://gitlab.com/a4to/lfp.git ${tmp} && |
18 | cd ${tmp} && sudo make clean install && cd - && |
19 | - rm -rf ${tmp} \>/dev/null 2\>&1 || true |
20 | + rm -rf ${tmp} >/dev/null 2>&1 || true |
21 | |
22 | |
23 | **To uninstall lfp:** |
24 | diff --git a/usr/share/doc/lfp/README.md b/usr/share/doc/lfp/README.md |
25 | index 1183635..e115738 100644 |
26 | --- a/usr/share/doc/lfp/README.md |
27 | +++ b/usr/share/doc/lfp/README.md |
28 | @@ -46,7 +46,7 @@ lfp is available in the AUR as `lfp` or `lfp-git` |
29 | tmp=$(mktemp -d); |
30 | git clone https://gitlab.com/a4to/lfp.git ${tmp} && |
31 | cd ${tmp} && sudo make clean install && cd - && |
32 | - rm -rf ${tmp} \>/dev/null 2\>&1 || true |
33 | + rm -rf ${tmp} >/dev/null 2>&1 || true |
34 | |
35 | |
36 | **To uninstall lfp:** |