Skip to content

Commit

Permalink
moved up ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
parmigggiana committed Nov 4, 2024
1 parent effd1b0 commit f8d9715
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion chroot_scripts/10-software_installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ apt-get -qq -o Dpkg::Use-Pty=false -y install \
apt-transport-https \
atmel-firmware \
bluez-firmware \
ca-certificates \
cifs-utils \
codium \
cron \
Expand Down
2 changes: 1 addition & 1 deletion miso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ mmdebstrap \
--arch=$MISO_ARCH \
--variant=minbase \
--mode=sudo \
--include=linux-image-$LINUX_IMAGE_ARCH,live-boot,systemd-sysv,apt-utils,zstd,gpg,wget,sudo \
--include=linux-image-$LINUX_IMAGE_ARCH,live-boot,systemd-sysv,apt-utils,zstd,gpg,wget,sudo,ca-certificates \
--components=main,contrib,non-free-firmware \
"--customize-hook=set +e; cp -r $MISO_CHROOT_SCRIPTS_DIR \$1; echo 'cd chroot_scripts; for file in *; do [ ! -d \$file ] && [ -x \$file ] && echo && echo -e +++ Running \$file +++ && bash ./\$file; done' | chroot \$1 '/bin/bash'; set -e" \
$MISO_VARIANT \
Expand Down

0 comments on commit f8d9715

Please sign in to comment.