forked from RP1/RaveOS-arch
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
|
SystemAccount=false" > /dev/null | sudo tee /var/lib/AccountsService/users/$USER
|
||||||
|
|
||||||
# Adding ucode to boot entries - Credit Lordify
|
# Adding ucode to boot entries - Credit Lordify
|
||||||
|
CPU=$(lscpu | grep "AMD" -c)
|
||||||
if [[ $CPU -gt 0 ]]; then
|
if [[ $CPU -gt 0 ]]; then
|
||||||
echo "initrd /amd-ucode.img" /dev/null | sudo tee -a /boot/loader/entries/*.conf
|
echo "initrd /amd-ucode.img" /dev/null | sudo tee -a /boot/loader/entries/*.conf
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue