1
0
Fork 0
forked from RP1/RaveOS-arch

added corectrl systemd options

added auto pacman.conf editing
This commit is contained in:
RP1 2024-12-28 23:20:18 +01:00
parent f4c6ad4a7f
commit 1368645976
2 changed files with 6 additions and 1 deletions

View file

@ -239,7 +239,7 @@ if [[ $user_choice = *"CoreCTRL - AMD GPU beállító alkalmazás"* ]]; then
} }
});" | sudo tee /etc/polkit-1/rules.d/90-corectrl.rules });" | sudo tee /etc/polkit-1/rules.d/90-corectrl.rules
sudo cp -a corectrl.ini /home/$USER/.config/ sudo cp -a corectrl.ini /home/$USER/.config/
sudo sed -i '/options/s/$/ amdgpu.ignore_min_pcap=1 amdgpu.ppfeaturemask=0xffffffff /' /boot/loader/entries/*.conf
echo ${bold}${yellow}CoreCTRL and User settings ${normal}installed. echo ${bold}${yellow}CoreCTRL and User settings ${normal}installed.
echo --------------------------------------------- echo ---------------------------------------------
echo echo

View file

@ -3,6 +3,11 @@
# Removed because the script is fully tested! # Removed because the script is fully tested!
#set -e #set -e
# Editing pacman.conf
sudo sed -i 's/#Color/Color/' /etc/pacman.conf
sudo sed -i '38 i ILoveCandy' /etc/pacman.conf
# RaveOS Setup Script # RaveOS Setup Script
# Text Colours # Text Colours