From cff15363c9ad19855533bacc9b8385b227697e09 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Fri, 24 Oct 2025 02:37:17 -0400 Subject: [PATCH] Add asdcontrol --- migrations/1761274980.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/migrations/1761274980.sh b/migrations/1761274980.sh index 41825cbb..5c85b362 100644 --- a/migrations/1761274980.sh +++ b/migrations/1761274980.sh @@ -1,6 +1,11 @@ -echo "Migrate localsend-bin to localsend package" +echo "Migrate to proper packages for localsend and asdcontrol" if omarchy-pkg-present localsend-bin; then omarchy-pkg-drop localsend-bin omarchy-pkg-add localsend fi + +if omarchy-pkg-present asdcontrol-git; then + omarchy-pkg-drop asdcontrol-git + omarchy-pkg-add asdcontrol +fi