Skip to content

Commit

Permalink
Install ca-certificates during bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
XECDesign committed Jan 14, 2022
1 parent 6d2d36e commit 40f67ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/common
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ bootstrap(){
BOOTSTRAP_ARGS+=(--components "main,contrib,non-free")
BOOTSTRAP_ARGS+=(--keyring "${STAGE_DIR}/files/raspberrypi.gpg")
BOOTSTRAP_ARGS+=(--exclude=info)
BOOTSTRAP_ARGS+=(--include=ca-certificates)
BOOTSTRAP_ARGS+=("$@")
printf -v BOOTSTRAP_STR '%q ' "${BOOTSTRAP_ARGS[@]}"

Expand Down

0 comments on commit 40f67ce

Please sign in to comment.