Add asdcontrol

This commit is contained in:
Ryan Hughes
2025-10-24 02:37:17 -04:00
parent d2efdcede4
commit cff15363c9

View File

@@ -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 if omarchy-pkg-present localsend-bin; then
omarchy-pkg-drop localsend-bin omarchy-pkg-drop localsend-bin
omarchy-pkg-add localsend omarchy-pkg-add localsend
fi fi
if omarchy-pkg-present asdcontrol-git; then
omarchy-pkg-drop asdcontrol-git
omarchy-pkg-add asdcontrol
fi