Skip to content

Commit f14de70

Browse files
guruswarupaNyxChrisTitusTechkoibtw
authored
added grub themes script (#493)
* added grub themes script * Update tab_data.toml * Update tabs/system-setup/7-grub-theme.sh Co-authored-by: Nyx <144965845+nnyyxxxx@users.noreply.github.com> * Update tabs/system-setup/7-grub-theme.sh Co-authored-by: Nyx <144965845+nnyyxxxx@users.noreply.github.com> * Update 7-grub-theme.sh * Update tabs/system-setup/7-grub-theme.sh Co-authored-by: Adam Perkowski <adas1per@protonmail.com> --------- Co-authored-by: Nyx <144965845+nnyyxxxx@users.noreply.github.com> Co-authored-by: Chris Titus <contact@christitus.com> Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
1 parent 381155d commit f14de70

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/sh -e
2+
. ../common-script.sh
3+
4+
themeinstall(){
5+
mkdir -p "$HOME/.local/share"
6+
cd "$HOME/.local/share" && git clone "https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes"
7+
cd "$HOME/.local/share/Top-5-Bootloader-Themes"
8+
"$ESCALATION_TOOL" ./install.sh
9+
}
10+
11+
checkEnv
12+
checkEscalationTool
13+
themeinstall

tabs/system-setup/tab_data.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,9 @@ script = "5-samba-ssh-setup.sh"
8989

9090
[[data]]
9191
name = "Docker Setup"
92-
script = "6-docker-setup.sh"
92+
script = "6-docker-setup.sh"
93+
94+
[[data]]
95+
name = "Grub Theme Setup"
96+
script = "7-grub-theme.sh"
97+

0 commit comments

Comments
 (0)