Merge pull request 'readme update2' (#5) from 9.07.2025-gpg-ipmort-public-key into main

Reviewed-on: #5
This commit is contained in:
2025-07-09 10:14:24 +02:00

View File

@ -6,12 +6,14 @@ LX Tools Installer is a GUI for simple install, update, and remove Apps from il
743745087C6414E00F1EF84D4CCF06B6CE2A4C7F 743745087C6414E00F1EF84D4CCF06B6CE2A4C7F
add to your gpg keyring:\n add to your gpg keyring:
wget https://git.ilunix.de/punix/lxtools_installer/raw/branch/main/public_key.asc -O - | gpg --import\n
or\n
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,\n ```
$ 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
```
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. and if not it is downloaded from both sources and only imported when all the keys match.
This is to ensure that no manipulated software is used. This is to ensure that no manipulated software is used.