Explorar el Código

remove gpg from rpi

pull/71/head
luigifcruz hace 2 años
padre
commit
3d5535a5ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      scripts/common

+ 1
- 1
scripts/common Ver fichero

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


Cargando…
Cancelar
Guardar