Switch from lazydocker-bin to lazydocker

It's now in the official repo as a compiled version!
This commit is contained in:
David Heinemeier Hansson 2025-08-22 14:26:13 +02:00
parent 041c787b56
commit 8e557b2ae5

6
migrations/1755865046.sh Normal file
View File

@ -0,0 +1,6 @@
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