mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Consistency Fix
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
c4b9d2395d
commit
90019fbb1c
@ -189,10 +189,10 @@ fi
|
||||
|
||||
# Setup real-ucode
|
||||
if [ "$virt_type" = "" ]; then
|
||||
sudo dnf install 'https://divested.dev/rpm/fedora/divested-release-20230406-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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user