Migrate to non-bin again

This commit is contained in:
Ryan Hughes
2025-10-24 02:26:38 -04:00
parent a37495e3d1
commit 717a015537

6
migrations/1761274980.sh Normal file
View File

@@ -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