Replies: 2 comments 1 reply
-
Nice! Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing this, since the "issue" (#247) caused by this is resolved. Thanks again for providing an insta-fix instead of just reporting it 🥳 I already noticed it some months ago, but was just to lazy to care about a deprecation 🥲 If you're ever in Dortmund, Germany make sure to message me - we gonna have some drinks on me for all your help ^^ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
the instructions on https://apt.mcdope.org/ for importing the packaging key is outdated on newer debian/ubuntu
we get this warning now when we run
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 913558C8A5E552A7
:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
this post explains the reasoning: https://askubuntu.com/a/1307181/414411
TLDR; the new instructions are:
sudo gpg --no-default-keyring --keyring /usr/share/keyrings/mcdope-achive-keyring.gpg --keyserver keyserver.ubuntu.com --recv-keys 913558C8A5E552A7
to import the keydeb [signed-by=/usr/share/keyrings/mcdope-achive-keyring.gpg] https://apt.mcdope.org/ ./
Beta Was this translation helpful? Give feedback.
All reactions