diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/bootstrap_debootstrap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index c25cbacec..6da968343 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -71,6 +71,8 @@ fi if [ "${LB_APT_SECURE}" = "false" ] then DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --no-check-gpg" +else + DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --force-check-gpg" fi if [ "${LB_CACHE_PACKAGES}" = "true" ] |