From eeeb6f0f033db909ae33fb5f8879067b58c6ea31 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 31 May 2024 05:14:52 -0700 Subject: [PATCH] https for fwupd Signed-off-by: Tommy --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 2e18507..0edff5e 100644 --- a/install.sh +++ b/install.sh @@ -294,6 +294,7 @@ fi if [ "${virtualization}" = 'none' ]; then pacstrap /mnt sbctl fwupd + echo 'UriSchemes=file;https' | sudo tee -a /mnt/etc/fwupd/fwupd.conf fi pacstrap /mnt snap-pac