linutil/tabs/system-setup/grub-theme.sh
2024-09-19 16:45:05 -05:00

14 lines
320 B
Bash

#!/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