Browse Source

remove gpg from rpi

pull/71/head
luigifcruz 2 years ago
parent
commit
3d5535a5ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/common

+ 1
- 1
scripts/common View File

@@ -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[@]}"


Loading…
Cancel
Save