oleiade / motus

Dead simple password generator
GNU Affero General Public License v3.0
80 stars 3 forks source link

Add missing pipeline symbol `\` to README #3

Closed a3626a closed 5 months ago

a3626a commented 6 months ago

A pipline symbol is missing which leads installation failure.

Actual Behavior

$ curl -fsSL https://oleiade.github.io/deb/oleiade-archive-keyring.gpg | \
> gpg --dearmor \
> sudo tee /usr/share/keyrings/oleiade-archive-keyring.gpg > /dev/null
usage: gpg [options] --dearmor [file]
(23) Failed writing body

Expected

$ curl -fsSL https://oleiade.github.io/deb/oleiade-archive-keyring.gpg | \
> gpg --dearmor | \
> sudo tee /usr/share/keyrings/oleiade-archive-keyring.gpg > /dev/null

no output

oleiade commented 6 months ago

Thank you for your contribution @a3626a 🙇🏻