I think these are the last spots

This commit is contained in:
David Heinemeier Hansson
2025-08-24 18:08:17 +02:00
parent cb22afdb93
commit ee5f4eb925
3 changed files with 13 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
echo "Switch from lazydocker-bin to lazydocker official"
if yay -Q lazydocker-bin >/dev/null; then
if pacman -Q lazydocker-bin >/dev/null; then
sudo pacman -Rns --noconfirm lazydocker-bin
sudo pacman -S --noconfirm lazydocker
fi