mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
8 lines
237 B
Bash
8 lines
237 B
Bash
echo "Replace coterie of individual Elephant packages with the single elephant-all package"
|
|
|
|
if omarchy-pkg-present omarchy-walker; then
|
|
omarchy-pkg-drop omarchy-walker
|
|
omarchy-pkg-add walker elephant-all
|
|
omarchy-refresh-walker
|
|
fi
|