Fixing an embarrassing amount of errors after having to use it for the first time

This commit is contained in:
Gib
2024-08-12 03:28:17 -05:00
parent aff93e0e03
commit 2eedecc9cd
47 changed files with 38 additions and 95 deletions

View File

@ -4,7 +4,7 @@ echo -e "\t\"rd.driver.blacklist=nouveau,"
echo -e "\tmodprobe.blacklist=nouveau,"
echo -e "\tnvidia-drm.modeset=1\"\n"
echo -e "\n Save the file & close nvim to continue.\n"
kitty -1 -e bash -c "sudo nvim /etc/default/grub"
kitty -1 -e bash -c "sudoedit /etc/default/grub"
sudo grub2-mkconfig -o /etc/grub2-efi.cfg
sudo systemctl enable nvidia-hibernate.service nvidia-suspend.service \
nvidia-resume.service nvidia-powerd.service