Closed igoro00 closed 4 years ago
I haven't tested my code last time :/
without yes | LC_ALL=en_US.UTF-8 pacman prompts user with Proceed with installation? [Y/n] and immediately exits from the script. Now it works and doesn't require any user interaction.
yes | LC_ALL=en_US.UTF-8
Proceed with installation? [Y/n]
It also works if user has set different locale to English.
I haven't tested my code last time :/
without
yes | LC_ALL=en_US.UTF-8
pacman prompts user withProceed with installation? [Y/n]
and immediately exits from the script. Now it works and doesn't require any user interaction.It also works if user has set different locale to English.