install.sh

This commit is contained in:
xSghetti 2024-07-17 01:06:20 -04:00
parent 44009da3b7
commit 26f1d4de52

View file

@ -1,8 +1,6 @@
#!/bin/bash
echo ":: Installing Grub Theme"
cd ..
git clone https://github.com/catppuccin/grub.git && cd grub
sudo cp -r ~/script/src/catppuccin-mocha/ /usr/share/grub/themes/
sudo cp ~/script/src/grub /etc/default/
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