diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 0cd3dfc..6193c3d 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -650,7 +650,7 @@ Environment variables: 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' + Defaults to 1 EOF return 0 diff --git a/templates/lxc-kali.in b/templates/lxc-kali.in index 7da3d0c..a8ab0b8 100755 --- a/templates/lxc-kali.in +++ b/templates/lxc-kali.in @@ -622,7 +622,7 @@ 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' + Defaults to 1 EOF return 0 }