added missing variable

This commit is contained in:
RP1 2025-02-17 20:35:40 +01:00
parent 96e855bb1c
commit 0b696a4009

View file

@ -17,6 +17,7 @@ Icon=/usr/share/backgrounds/rave-pp.png
SystemAccount=false" > /dev/null | sudo tee /var/lib/AccountsService/users/$USER
# Adding ucode to boot entries - Credit Lordify
CPU=$(lscpu | grep "AMD" -c)
if [[ $CPU -gt 0 ]]; then
echo "initrd /amd-ucode.img" /dev/null | sudo tee -a /boot/loader/entries/*.conf
else