forked from sh-edraft.de/sh_linux_installation_scripts
Improved project structure
This commit is contained in:
9
common/themes/grub_theme.sh
Normal file
9
common/themes/grub_theme.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_grub_theme() {
|
||||
git clone https://github.com/vinceliuice/grub2-themes.git
|
||||
cd grub2-themes
|
||||
sudo ./install.sh -t $1 -s $2
|
||||
cd ..
|
||||
sudo rm -r grub2-themes
|
||||
}
|
Reference in New Issue
Block a user