mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
CLARIF: /etc/apt/trusted.gpg.d is considered insecure
This commit is contained in:
parent
36053a3bc0
commit
593a02a02f
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ if [ ! -f /etc/debian_version ]; then # e.g. RaspiOS, Ubuntu, Mint & Debian
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# 2021-04-26: JV & @holta WIP. The apt-key command is dangerous and going away:
|
||||
# 2021-04-26: JV & @holta WIP. The apt-key command is going away, and the past
|
||||
# practice of putting keys in /etc/apt/trusted.gpg.d is considered insecure:
|
||||
# https://www.linuxuprising.com/2021/01/apt-key-is-deprecated-how-to-add.html
|
||||
# So we put .gpg key in repo iiab/iiab, also for reliable installs/containers.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue