Files
arthur-os/migrations/1777542438.sh

7 lines
229 B
Bash

echo "Replace coterie of individual Elephant packages with the single elephant-all package"
if omarchy-pkg-present omarchy-walker; then
yes | sudo pacman -S --needed elephant-all
sudo pacman -R --noconfirm omarchy-walker
fi