From 05e24fd2dbe2ff68cec09754b3a10951be42538d Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 1 Dec 2023 20:00:10 -0700 Subject: [PATCH] Consistency fix Signed-off-by: Tommy --- Fedora-Workstation-38.sh | 2 +- RHEL-Server-9.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Fedora-Workstation-38.sh b/Fedora-Workstation-38.sh index c3f929b..067298f 100644 --- a/Fedora-Workstation-38.sh +++ b/Fedora-Workstation-38.sh @@ -166,7 +166,7 @@ if [ "$virt_type" = "" ]; then sudo dracut -f fi -#Setup fwupd +# Setup fwupd if [ "$virt_type" = "" ]; then sudo dnf install fwupd -y echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf diff --git a/RHEL-Server-9.sh b/RHEL-Server-9.sh index d3784eb..71a6536 100644 --- a/RHEL-Server-9.sh +++ b/RHEL-Server-9.sh @@ -184,7 +184,7 @@ if [ "$virt_type" = "" ]; then sudo dracut -f fi -#Setup fwupd +# Setup fwupd if [ "$virt_type" = "" ]; then sudo dnf install fwupd -y echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf