Update documentation - correct pacman-key cmd

This commit is contained in:
2023-01-22 13:48:36 +01:00
parent 83623a9cf5
commit 65b0513346

View File

@@ -5,7 +5,7 @@
You must import the key in pacman and locally sign it in order to use the ldSoft Arch Linux repository. You must import the key in pacman and locally sign it in order to use the ldSoft Arch Linux repository.
```bash ```bash
sudo pacman-key --import < pubkey.asc sudo pacman-key --add pubkey.asc
sudo pacman-key --lsign-key 1ADB5D03189622A64A7C49DA632B6460DF0A3920 sudo pacman-key --lsign-key 1ADB5D03189622A64A7C49DA632B6460DF0A3920
``` ```