Skip to content

Commit

Permalink
Remove deprecated apt-key command
Browse files Browse the repository at this point in the history
apt-key has been been deprecated and is scheduled for full removal in
2022.

Remove this command in favor of the preferred method of adding public
key directly into the trusted.gpg.d folder.

source: https://salsa.debian.org/apt-team/apt/-/merge_requests/119
  • Loading branch information
tabfugnic committed Apr 20, 2021
1 parent 46742b9 commit 729903d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Arch Linux:

Debian (see further down for Ubuntu):

wget -qO - https://apt.thoughtbot.com/thoughtbot.gpg.key | sudo apt-key add -
sudo wget -q https://apt.thoughtbot.com/thoughtbot.gpg.key -O /etc/apt/trusted.gpg.d/thoughtbot.gpg
echo "deb https://apt.thoughtbot.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/thoughtbot.list
sudo apt-get update
sudo apt-get install rcm
Expand Down

0 comments on commit 729903d

Please sign in to comment.