From c2437773df63b34746768ec4ee66152e18a627c7 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 28 Nov 2023 19:23:51 +0100 Subject: [PATCH] fix autoconfirm --- chroot.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chroot.sh b/chroot.sh index c0e5dd7..e71088e 100755 --- a/chroot.sh +++ b/chroot.sh @@ -31,7 +31,9 @@ plymouth-set-default-theme -R script # set up arch4edu curl -O https://mirrors.tuna.tsinghua.edu.cn/arch4edu/any/arch4edu-keyring-20200805-1-any.pkg.tar.zst -pacman -U arch4edu-keyring-20200805-1-any.pkg.tar.zst +pacman -U arch4edu-keyring-20200805-1-any.pkg.tar.zst --noconfirm + +# FUTURE: Add sha256sum verification # Test boot mode (if efi or csm) bootMode=$(cat /sys/firmware/efi/fw_platform_size)