mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
📃 fix(grub-theme): theme backup (#740)
* dir backup * - * suggestions by @nnyyxxxx Co-authored-by: nyx <nnyyxxxx@users.noreply.github.com> --------- Co-authored-by: nyx <nnyyxxxx@users.noreply.github.com>
This commit is contained in:
parent
cab73530fe
commit
e6172ccec7
|
@ -4,8 +4,12 @@
|
|||
|
||||
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"
|
||||
cd "$HOME/.local/share"
|
||||
if [ -d 'Top-5-Bootloader-Themes' ]; then
|
||||
rm -rf 'Top-5-Bootloader-Themes'
|
||||
fi
|
||||
git clone "https://github.com/ChrisTitusTech/Top-5-Bootloader-Themes"
|
||||
cd "Top-5-Bootloader-Themes"
|
||||
"$ESCALATION_TOOL" ./install.sh
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user