diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-16 18:45:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-16 18:45:24 -0300 |
commit | 50bf41ab69ffa4d9b618d5fca7dc8057d8dc11d0 (patch) | |
tree | 77a945135c1bba4bce09fd8dee0be3e85f3ee34a | |
parent | 5fa7f4dbc7e84e4d0b7bfd366586955c2d0ab554 (diff) | |
download | trashman-50bf41ab69ffa4d9b618d5fca7dc8057d8dc11d0.tar.gz trashman-50bf41ab69ffa4d9b618d5fca7dc8057d8dc11d0.tar.bz2 |
Fix: trashman: tor: cleanup procedure for old keys
-rwxr-xr-x | share/trashman/tor/unix/linux/debian/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/trashman/tor/unix/linux/debian/install b/share/trashman/tor/unix/linux/debian/install index f421de7..8b6b392 100755 --- a/share/trashman/tor/unix/linux/debian/install +++ b/share/trashman/tor/unix/linux/debian/install @@ -26,7 +26,7 @@ EOF # Remove key from old locations rm -f /usr/share/keyrings/tor-archive-keyring.gpg -rm -f /etc/apt/trusted.gpg.d/ /etc/apt/trusted.gpg.d/torproject.org.gpg +rm -f /etc/apt/trusted.gpg.d/torproject.org.gpg # Install temporary keyring # Details at https://support.torproject.org/apt/tor-deb-repo/ |