mirror of
https://github.com/xsghetti/script.git
synced 2025-01-22 17:16:09 -05:00
install.sh
This commit is contained in:
parent
44009da3b7
commit
26f1d4de52
1 changed files with 3 additions and 5 deletions
8
grub.sh
8
grub.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue