Last yays

This commit is contained in:
David Heinemeier Hansson 2025-08-25 09:39:24 +02:00
parent c7d9581d7b
commit 186912ca1d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
echo "Install slurp + wl-screenrec for new ALT+PrintScreen screen recorder" echo "Install slurp + wl-screenrec for new ALT+PrintScreen screen recorder"
if ! command -v wl-screenrec &>/dev/null || ! command -v slurp &>/dev/null; then 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 fi

View File

@ -1,7 +1,7 @@
echo "Replace wofi with walker as the default launcher" echo "Replace wofi with walker as the default launcher"
if ! command -v walker &>/dev/null; then 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 sudo pacman -Rns --noconfirm wofi
rm -rf ~/.config/wofi rm -rf ~/.config/wofi