mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-26 18:35:30 +00:00
fix(deck): fix Handheld Controller Glyphs theme folder casing (#1096)
* fix(deck): Change Handheld Controller Glyphs theme folder casing * fix rm command * fix casing in third-party-css-loader-update
This commit is contained in:
parent
e61cd2424e
commit
6181223d31
@ -34,8 +34,8 @@ install-hhd-xbox-glyph-theme:
|
|||||||
install-hhd-controller-glyph-theme:
|
install-hhd-controller-glyph-theme:
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
if [ -d "$HOME/homebrew/themes" ]; then
|
if [ -d "$HOME/homebrew/themes" ]; then
|
||||||
rm -rf "$HOME/homebrew/themes/Handheld-Controller-Glyphs"
|
rm -rf "$HOME/homebrew/themes/handheld-controller-glyphs"
|
||||||
git clone https://github.com/victor-borges/handheld-controller-glyphs.git --single-branch "$HOME/homebrew/themes/Handheld-Controller-Glyphs"
|
git clone https://github.com/victor-borges/handheld-controller-glyphs.git --single-branch "$HOME/homebrew/themes/handheld-controller-glyphs"
|
||||||
else
|
else
|
||||||
echo 'Please install Decky Loader & CSS Loader first'
|
echo 'Please install Decky Loader & CSS Loader first'
|
||||||
fi
|
fi
|
||||||
|
@ -36,9 +36,9 @@ if [ -d "$HOME/homebrew/themes/PS5-to-Xbox-glyphs/.git" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Handheld Controller Glyphs
|
# Handheld Controller Glyphs
|
||||||
if [ -d "$HOME/homebrew/themes/Handheld-Controller-Glyphs/.git" ]; then
|
if [ -d "$HOME/homebrew/themes/handheld-controller-glyphs/.git" ]; then
|
||||||
cd "$HOME/homebrew/themes/Handheld-Controller-Glyphs"
|
cd "$HOME/homebrew/themes/handheld-controller-glyphs"
|
||||||
echo "Handheld-Controller-Glyphs theme found, pulling latest with git."
|
echo "handheld-controller-glyphs theme found, pulling latest with git."
|
||||||
git pull
|
git pull
|
||||||
echo "Update complete."
|
echo "Update complete."
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user