diff --git a/migrations/1752885858.sh b/migrations/1752885858.sh index 900d3cf7..87208786 100644 --- a/migrations/1752885858.sh +++ b/migrations/1752885858.sh @@ -1,5 +1,5 @@ echo "Install slurp + wl-screenrec for new ALT+PrintScreen screen recorder" if ! command -v wl-screenrec &>/dev/null || ! command -v slurp &>/dev/null; then - yay -S --noconfirm --needed slurp wl-screenrec + sudo pacman -S --noconfirm --needed slurp wl-screenrec fi diff --git a/migrations/1752981883.sh b/migrations/1752981883.sh index b8800f5a..af94cd60 100644 --- a/migrations/1752981883.sh +++ b/migrations/1752981883.sh @@ -1,7 +1,7 @@ echo "Replace wofi with walker as the default launcher" if ! command -v walker &>/dev/null; then - yay -Sy --noconfirm --needed walker-bin libqalculate + sudo pacman -Sy --noconfirm --needed walker-bin libqalculate sudo pacman -Rns --noconfirm wofi rm -rf ~/.config/wofi