From 55fe3e61cf6287e53cf29ce7c0472256e1342919 Mon Sep 17 00:00:00 2001 From: Steffen Christgau Date: Sun, 6 Aug 2023 15:32:53 +0200 Subject: [PATCH] text(README): use gpg --dearmor instead of --dearmour, see #173 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 323304c..1b02e5e 100644 --- a/README.md +++ b/README.md @@ -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