mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-08 20:47:46 +00:00
7 lines
192 B
Bash
7 lines
192 B
Bash
echo "Switch from lazydocker-bin to lazydocker official"
|
|
|
|
if pacman -Q lazydocker-bin >/dev/null; then
|
|
sudo pacman -Rns --noconfirm lazydocker-bin
|
|
sudo pacman -S --noconfirm lazydocker
|
|
fi
|