mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Switch from lazydocker-bin to lazydocker
It's now in the official repo as a compiled version!
This commit is contained in:
6
migrations/1755865046.sh
Normal file
6
migrations/1755865046.sh
Normal 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
|
||||
Reference in New Issue
Block a user