Skip to content

Commit

Permalink
Install ca-certificates during bootstrap
Browse files Browse the repository at this point in the history
Fixes RPi-Distro#424

(cherry picked from commit 40f67ce)
  • Loading branch information
XECDesign authored and scuciurean committed Mar 23, 2022
1 parent e8a5d27 commit 2393f61
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 2393f61

Please sign in to comment.