added missing variable
This commit is contained in:
parent
96e855bb1c
commit
0b696a4009
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue