diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 58f35425..ad4eb86c 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -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