mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Fixed typo gpg -> pgp
This commit is contained in:
parent
0c7cf7353c
commit
d5ff514a6b
1 changed files with 1 additions and 1 deletions
|
@ -2003,7 +2003,7 @@ __apt_key_fetch() {
|
|||
## DGM cp -f "$tempfile" /usr/share/keyrings/salt-archive-keyring.gpg && chmod 644 /usr/share/keyrings/salt-archive-keyring.gpg || return 1
|
||||
__fetch_url "$tempfile" "$url" || return 1
|
||||
mkdir -p /etc/apt/keyrings
|
||||
cp -f "$tempfile" /etc/apt/keyrings/salt-archive-keyring.gpg && chmod 644 /etc/apt/keyrings/salt-archive-keyring.pgp || return 1
|
||||
cp -f "$tempfile" /etc/apt/keyrings/salt-archive-keyring.pgp && chmod 644 /etc/apt/keyrings/salt-archive-keyring.pgp || return 1
|
||||
rm -f "$tempfile"
|
||||
|
||||
return 0
|
||||
|
|
Loading…
Add table
Reference in a new issue