[Fish, Emacs, Bootstrap] Replace yay with paru

This commit is contained in:
2021-02-04 09:15:09 +01:00
parent 2ea6cd5ecf
commit 9062092b1d
4 changed files with 20 additions and 10 deletions

View File

@@ -100,7 +100,7 @@ yaml-language-server-bin zeal
printf "\n# Installing needed packages ##################################################\n\n"
sudo pacman -Syu
for pkg in $PACKAGES
yay -S --needed $pkg
paru -S --needed $pkg
end
mkdir -p $HOME/.config/awesome