Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Command not working in Readme.md #1081

Closed
vishalkrishnaagQwy opened this issue Jun 9, 2024 · 2 comments
Closed

Installation Command not working in Readme.md #1081

vishalkrishnaagQwy opened this issue Jun 9, 2024 · 2 comments

Comments

@vishalkrishnaagQwy
Copy link

The problem

sudo rpm --import https://rpm.packages.shiftkey.dev/gpg.key
sudo sh -c 'echo -e "[shiftkey-packages]\nname=GitHub Desktop\nbaseurl=https://rpm.packages.shiftkey.dev/rpm/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://rpm.packages.shiftkey.dev/gpg.key" > /etc/zypp/repos.d/shiftkey-packages.repo'

when running it in terminal iam getting a response gpg: no valid OpenPGP data found.

Release version

3.3.18

Operating system

ubuntu 24.04

Steps to reproduce the behavior

  1. open a terminal
  2. copy first key adding command from readme.md
  3. wget -qO - https://apt.packages.shiftkey.dev/gpg.key | gpg --dearmor | sudo tee /usr/share/keyrings/shiftkey-packages.gpg > /dev/null
  4. you will get error gpg: no valid OpenPGP data found.

Log files

No response

Screenshots

No response

Additional context

No response

@Thelvaen
Copy link

most likely duplicate with #1080.

@shiftkey
Copy link
Owner

shiftkey commented Jul 1, 2024

Duplicate of #1080

@shiftkey shiftkey marked this as a duplicate of #1080 Jul 1, 2024
@shiftkey shiftkey closed this as completed Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants