Change this

This commit is contained in:
exu 2023-11-17 16:58:46 +01:00
parent f593aa6fbe
commit d51b8c4d1e

View File

@ -267,7 +267,7 @@ if [[ ! $(pacman -Q paru) ]]; then
echo "Installing paru from the AUR"
git clone https://aur.archlinux.org/paru-bin.git
cd paru-bin
yes | LC_ALL=en_US.UTF-8 makepkg -si
makepkg -si
cd ..
fi