Skip to content

Commit

Permalink
install gpg instead of gpgv
Browse files Browse the repository at this point in the history
  • Loading branch information
parmigggiana committed Nov 4, 2024
1 parent 99057a5 commit f538d5b
Showing 1 changed file with 1 addition and 1 deletion.
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,gpgv \
--include=linux-image-$LINUX_IMAGE_ARCH,live-boot,systemd-sysv,apt-utils,zstd,gpg \
--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 f538d5b

Please sign in to comment.