From 6ebf4ad4606aedb43ad2d6ce1b08139ce5bd2b56 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 11 Jan 2024 02:11:05 -0700 Subject: [PATCH] Add missing -y Signed-off-by: Tommy --- Fedora-Workstation-39.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fedora-Workstation-39.sh b/Fedora-Workstation-39.sh index 09d113b..7dc793d 100644 --- a/Fedora-Workstation-39.sh +++ b/Fedora-Workstation-39.sh @@ -190,10 +190,10 @@ fi # Setup real-ucode if [ "$virt_type" = '' ]; then - sudo dnf install 'https://divested.dev/rpm/fedora/divested-release-20231210-2.noarch.rpm' + sudo dnf install 'https://divested.dev/rpm/fedora/divested-release-20231210-2.noarch.rpm' -y sudo sed -i 's/^metalink=.*/&?protocol=https/g' /etc/yum.repos.d/divested-release.repo sudo dnf config-manager --save --setopt=divested.includepkgs=divested-release,real-ucode,microcode_ctl,amd-ucode-firmware - sudo dnf install real-ucode + sudo dnf install real-ucode -y sudo dracut -f fi