switch from yay to paru

This commit is contained in:
Luke Smith 2021-06-26 14:43:15 -04:00
parent 4231d6bd33
commit d67a55771c
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252
2 changed files with 2 additions and 2 deletions

View file

@ -148,7 +148,7 @@ if pacman -Qs libxft-bgra >/dev/null 2>&1; then
else
echo "\033[31mIMPORTANT\033[0m: Note that \033[32m\`libxft-bgra\`\033[0m must be installed for this build of dwm.
Please run:
\033[32myay -S libxft-bgra-git\033[0m
\033[32mparu -S libxft-bgra-git\033[0m
and replace \`libxft\`. Afterwards, you may start the graphical server by running \`startx\`."
fi

View file

@ -2,7 +2,7 @@
printf "Beginning upgrade.\\n"
yay -Syu
paru -Syu
pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"