diff --git a/migrations/1754047941.sh b/migrations/1754047941.sh index 0774ba13..2e51f3ee 100644 --- a/migrations/1754047941.sh +++ b/migrations/1754047941.sh @@ -1,6 +1,6 @@ echo "Add icon theme coloring" -if ! yay -! yaru-icon-theme &>/dev/null; then +if ! pacman -Q yaru-icon-theme &>/dev/null; then sudo pacman -S --noconfirm yaru-icon-theme if [[ -f ~/.config/omarchy/current/theme/icons.theme ]]; then diff --git a/migrations/1755865046.sh b/migrations/1755865046.sh index 4a6b8865..1f9385d5 100644 --- a/migrations/1755865046.sh +++ b/migrations/1755865046.sh @@ -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