Skip to content

Commit

Permalink
text(README): use gpg --dearmor instead of --dearmour, see #173
Browse files Browse the repository at this point in the history
  • Loading branch information
christgau committed Aug 6, 2023
1 parent 90b8fac commit 55fe3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ For older Ubuntu LTS or Linux Mint releases, see the "Others" section below.
There are user-maintained packages for which you need to add the repository to the apt repo list and download the according GPG public key:

```
wget -O- https://pkg.ltec.ch/public/conf/ltec-ag.gpg.key | gpg --dearmour > /usr/share/keyrings/wsdd.gpg
wget -O- https://pkg.ltec.ch/public/conf/ltec-ag.gpg.key | gpg --dearmor > /usr/share/keyrings/wsdd.gpg
source /etc/os-release
echo "deb [signed-by=/usr/share/keyrings/wsdd.gpg] https://pkg.ltec.ch/public/ ${UBUNTU_CODENAME:-${VERSION_CODENAME:-UNKNOWN}} main" > /etc/apt/sources.list.d/wsdd.list
Expand Down

0 comments on commit 55fe3e6

Please sign in to comment.