More pacman

This commit is contained in:
David Heinemeier Hansson
2025-08-24 18:00:28 +02:00
parent a0c3a435fc
commit cd39a145e8
2 changed files with 2 additions and 2 deletions

View File

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