hawkeye116477 / waterfox-deb-rpm-arch-AppImage

Unofficial repository with Waterfox Web Browser packages for Ubuntu, Debian (deb), Arch Linux (pkg.tar.xz), Fedora, CentOS 7, Alma, Rocky and openSUSE (rpm) and AppImage packages for all distros following with CentOS 7.
https://build.opensuse.org/project/show/home:hawkeye116477:waterfox
90 stars 6 forks source link

No valid OpenPGP data found #6

Closed dixonge closed 6 years ago

dixonge commented 6 years ago

This is the error I get when trying to curl the public key

Kubuntu 18.04 64-bit

hawkeye116477 commented 6 years ago

I checked on Kubuntu 18.04 and it's working fine. You can also try downloading it with wget => wget -O - https://bintray.com/user/downloadSubjectPublicKey?username=hawkeye116477 | sudo apt-key add -

pepoluan commented 6 years ago

@dixonge are you using zsh? I use zsh and it seems zsh is a bit 'aggressive' trying to do wildcard matching on ?.

Anyways, try wrap the URL between quotes and you should be good to go:

curl 'https://bintray.com/user/downloadSubjectPublicKey?username=hawkeye116477' | sudo apt-key add -
dixonge commented 6 years ago

Yes, I am using zsh. Thanks!