Move to new branding

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-09-11 23:26:54 +03:00
parent 0e8a1f450d
commit 93238fc86f
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
pika-refind-theme (1.5-99pika4.lunar) lunar; urgency=medium
pika-refind-theme (1.5-99pika5.lunar) lunar; urgency=medium
* Fix invalid resolution

View File

@ -30,21 +30,21 @@ cp -R /usr/share/pika-refind/theme/* $EFI_PATH/EFI/refind
echo "changing up refind_linux.conf"
if cat /boot/refind_linux.conf | grep amd_pstate
then
ture
true
else
sed -i "s#root=#amd_pstate=active root=#" /boot/refind_linux.conf
fi
if cat /boot/refind_linux.conf | grep nowatchdog
then
ture
true
else
sed -i "s#root=#nowatchdog root=#" /boot/refind_linux.conf
fi
if cat /boot/refind_linux.conf | grep amd_prefcore
then
ture
true
else
sed -i "s#root=#amd_prefcore=enable root=#" /boot/refind_linux.conf
fi