switch from yay to paru
This commit is contained in:
parent
4231d6bd33
commit
d67a55771c
2 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ if pacman -Qs libxft-bgra >/dev/null 2>&1; then
|
||||||
else
|
else
|
||||||
echo "\033[31mIMPORTANT\033[0m: Note that \033[32m\`libxft-bgra\`\033[0m must be installed for this build of dwm.
|
echo "\033[31mIMPORTANT\033[0m: Note that \033[32m\`libxft-bgra\`\033[0m must be installed for this build of dwm.
|
||||||
Please run:
|
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\`."
|
and replace \`libxft\`. Afterwards, you may start the graphical server by running \`startx\`."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
printf "Beginning upgrade.\\n"
|
printf "Beginning upgrade.\\n"
|
||||||
|
|
||||||
yay -Syu
|
paru -Syu
|
||||||
pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
|
pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
|
||||||
|
|
||||||
printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
|
printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
|
||||||
|
|
Loading…
Reference in a new issue