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