From 717a0155372e69bd283e94054d49bd9b4cb1853b Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Fri, 24 Oct 2025 02:26:38 -0400 Subject: [PATCH] Migrate to non-bin again --- migrations/1761274980.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 migrations/1761274980.sh diff --git a/migrations/1761274980.sh b/migrations/1761274980.sh new file mode 100644 index 00000000..41825cbb --- /dev/null +++ b/migrations/1761274980.sh @@ -0,0 +1,6 @@ +echo "Migrate localsend-bin to localsend package" + +if omarchy-pkg-present localsend-bin; then + omarchy-pkg-drop localsend-bin + omarchy-pkg-add localsend +fi