diff --git a/scripts/common b/scripts/common index a0257cd..91a7811 100644 --- a/scripts/common +++ b/scripts/common @@ -15,7 +15,7 @@ bootstrap(){ BOOTSTRAP_ARGS+=(--arch arm64) BOOTSTRAP_ARGS+=(--components "main,contrib,non-free") - BOOTSTRAP_ARGS+=(--keyring "${STAGE_DIR}/files/raspberrypi.gpg") + #BOOTSTRAP_ARGS+=(--keyring "${STAGE_DIR}/files/raspberrypi.gpg") BOOTSTRAP_ARGS+=(--exclude=info) BOOTSTRAP_ARGS+=("$@") printf -v BOOTSTRAP_STR '%q ' "${BOOTSTRAP_ARGS[@]}"