mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
12 lines
282 B
Bash
12 lines
282 B
Bash
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
|