mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
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>
This commit is contained in:
parent
381155dad7
commit
f14de70a6a
13
tabs/system-setup/7-grub-theme.sh
Normal file
13
tabs/system-setup/7-grub-theme.sh
Normal file
|
@ -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
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user