Skip to content

Commit

Permalink
added grub themes script
Browse files Browse the repository at this point in the history
  • Loading branch information
guruswarupa committed Sep 19, 2024
1 parent d81e3af commit feb8717
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tabs/system-setup/7-grub-theme.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh -e
. ../common-script.sh

themeinstall(){
cd "$HOME" && git clone "https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes"
cd "Top-5-Bootloader-Themes"
$ESCALATION_TOOL ./install.sh
}

checkEnv
checkEscalationTool
themeinstall
4 changes: 4 additions & 0 deletions tabs/system-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ script = "3-global-theme.sh"
[[data]]
name = "Remove Snaps"
script = "4-remove-snaps.sh"

[[data]]
name = "Grub Theme Setup"
script = "7-grub-theme.sh"

0 comments on commit feb8717

Please sign in to comment.