mirror of
https://github.com/xsghetti/script.git
synced 2025-01-23 01:26:08 -05:00
6 lines
208 B
Bash
Executable file
6 lines
208 B
Bash
Executable file
#!/bin/bash
|
|
echo ":: Installing Grub Theme"1
|
|
sudo cp -r ~/script/src/catppuccin-mocha-grub-theme/ /usr/share/grub/themes/
|
|
sudo cp -r ~/script/src/grub /etc/default/
|
|
sudo grub-mkconfig -o /boot/grub/grub.cfg
|
|
|