From e7e5ff96eb36973cfced450ae324f1c7a94752a0 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 15 Jul 2025 22:21:09 -0700 Subject: [PATCH] Fix moved bin --- install/xtras.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/xtras.sh b/install/xtras.sh index 2801d7a..7c205b5 100644 --- a/install/xtras.sh +++ b/install/xtras.sh @@ -12,4 +12,4 @@ if [ -z "$OMARCHY_BARE" ]; then fi # Copy over Omarchy applications -source ~/.local/share/omarchy/bin/omarchy-sync-applications || true +source ~/.local/share/omarchy/bin/omarchy-refresh-applications || true