Added DOWNLOAD_KEYRING in usage

Signed-off-by: Tanya Degurechaff <34323200+TanyaEleventhGoddess@users.noreply.github.com>
This commit is contained in:
Tanya Degurechaff 2020-07-04 16:33:11 +02:00
parent bd16f6b10c
commit fc18b362d8
2 changed files with 4 additions and 0 deletions

View File

@ -649,6 +649,8 @@ Environment variables:
Defaults to '$MIRROR'
SECURITY_MIRROR The Debian package security mirror to use. See also the --security-mirror switch above.
Defaults to '$SECURITY_MIRROR'
DOWNLOAD_KEYRING Sets whether to download keyring when missing or ignore keyring checks
Defaults to '1'
EOF
return 0

View File

@ -621,6 +621,8 @@ Environment variables:
MIRROR The Kali package mirror to use. See also the --mirror switch above.
Defaults to '$MIRROR'
DOWNLOAD_KEYRING Sets whether to download keyring when missing or ignore keyring checks
Defaults to '1'
EOF
return 0
}