I am trying to automate the addition of a repository source in my arch\'s pacman.conf file but using the echo command in my shell script. However, it fails like th
echo
sudo bash -c 'echo "[archlinuxfr]" >> /etc/pacman.conf'