Skip to content

Commit

Permalink
added grub themes script (#493)
Browse files Browse the repository at this point in the history
* added grub themes script

* Update tab_data.toml

* Update tabs/system-setup/7-grub-theme.sh

Co-authored-by: Nyx <[email protected]>

* Update tabs/system-setup/7-grub-theme.sh

Co-authored-by: Nyx <[email protected]>

* Update 7-grub-theme.sh

* Update tabs/system-setup/7-grub-theme.sh

Co-authored-by: Adam Perkowski <[email protected]>

---------

Co-authored-by: Nyx <[email protected]>
Co-authored-by: Chris Titus <[email protected]>
Co-authored-by: Adam Perkowski <[email protected]>
  • Loading branch information
4 people authored Sep 19, 2024
1 parent 381155d commit f14de70
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
13 changes: 13 additions & 0 deletions tabs/system-setup/7-grub-theme.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh -e
. ../common-script.sh

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

checkEnv
checkEscalationTool
themeinstall
7 changes: 6 additions & 1 deletion tabs/system-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,9 @@ script = "5-samba-ssh-setup.sh"

[[data]]
name = "Docker Setup"
script = "6-docker-setup.sh"
script = "6-docker-setup.sh"

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

0 comments on commit f14de70

Please sign in to comment.