omarchy/migrations/1755865046.sh
David Heinemeier Hansson 8e557b2ae5 Switch from lazydocker-bin to lazydocker
It's now in the official repo as a compiled version!
2025-08-22 14:26:32 +02:00

7 lines
173 B
Bash

echo "Switch from lazydocker-bin to lazydocker official"
if yay -Q lazydocker-bin >/dev/null; then
yay -Rns --noconfirm lazydocker-bin
yay -S --noconfirm lazydocker
fi