From 5986ce3b4883b82adef906fa5620ff6fa97625d1 Mon Sep 17 00:00:00 2001 From: punix Date: Wed, 9 Jul 2025 10:17:01 +0200 Subject: [PATCH] readme update 3 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f766d3..c566c92 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,18 @@ LX Tools Installer is a GUI for simple install, update, and remove Apps from ilunix.de -# Fingererprint +# Fingerprint 743745087C6414E00F1EF84D4CCF06B6CE2A4C7F add to your gpg keyring: +```bash +wget https://git.ilunix.de/punix/lxtools_installer/raw/branch/main/public_key.asc -O - | gpg --import ``` -$ wget https://git.ilunix.de/punix/lxtools_installer/raw/branch/main/public_key.asc -O - | gpg --import or -$ wget https://keys.openpgp.org/vks/v1/by-fingerprint/743745087C6414E00F1EF84D4CCF06B6CE2A4C7F -O - | gpg --import +```bash +wget https://keys.openpgp.org/vks/v1/by-fingerprint/743745087C6414E00F1EF84D4CCF06B6CE2A4C7F -O - | gpg --import ``` The Appimage automatically checks whether the public_key has already been imported, and if not it is downloaded from both sources and only imported when all the keys match.