forked from neil/lxc-templates
Quotation marks makes you think it's a string
Signed-off-by: Tanya Degurechaff <34323200+TanyaEleventhGoddess@users.noreply.github.com>
This commit is contained in:
parent
fc18b362d8
commit
59e707a5ca
@ -650,7 +650,7 @@ Environment variables:
|
|||||||
SECURITY_MIRROR The Debian package security mirror to use. See also the --security-mirror switch above.
|
SECURITY_MIRROR The Debian package security mirror to use. See also the --security-mirror switch above.
|
||||||
Defaults to '$SECURITY_MIRROR'
|
Defaults to '$SECURITY_MIRROR'
|
||||||
DOWNLOAD_KEYRING Sets whether to download keyring when missing or ignore keyring checks
|
DOWNLOAD_KEYRING Sets whether to download keyring when missing or ignore keyring checks
|
||||||
Defaults to '1'
|
Defaults to 1
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
return 0
|
return 0
|
||||||
|
@ -622,7 +622,7 @@ Environment variables:
|
|||||||
MIRROR The Kali package mirror to use. See also the --mirror switch above.
|
MIRROR The Kali package mirror to use. See also the --mirror switch above.
|
||||||
Defaults to '$MIRROR'
|
Defaults to '$MIRROR'
|
||||||
DOWNLOAD_KEYRING Sets whether to download keyring when missing or ignore keyring checks
|
DOWNLOAD_KEYRING Sets whether to download keyring when missing or ignore keyring checks
|
||||||
Defaults to '1'
|
Defaults to 1
|
||||||
EOF
|
EOF
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user