mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 20:59:24 +00:00
Adjust migration to check for whether fastfetch already has the change or not
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
echo "Adding Omarchy version info to fastfetch"
|
echo "Adding Omarchy version info to fastfetch"
|
||||||
if [ -d ~/.config/fastfetch ]; then
|
if ! grep -q "omarchy" ~/.config/fastfetch/config.jsonc; then
|
||||||
cp ~/.local/share/omarchy/config/fastfetch/config.jsonc ~/.config/fastfetch/
|
cp ~/.local/share/omarchy/config/fastfetch/config.jsonc ~/.config/fastfetch/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user