mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
7 lines
158 B
Bash
7 lines
158 B
Bash
echo "Migrate localsend-bin to localsend package"
|
|
|
|
if omarchy-pkg-present localsend-bin; then
|
|
omarchy-pkg-drop localsend-bin
|
|
omarchy-pkg-add localsend
|
|
fi
|