Hello,
While copying the commands for installing the archlinuxcn repository, the process failed because the /etc/pacman.conf repo doesn't end with \n and the $arch part was interpreted by bash. The command which should be run is:
echo -e '\n[archlinuxcn]
Server = https://repo.archlinuxcn.org/$arch' >> /etc/pacman.conf
sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring && sudo pacman -S glibc-linux4
Thank you very much for maintaining this project and best regards!
Hello,
While copying the commands for installing the archlinuxcn repository, the process failed because the /etc/pacman.conf repo doesn't end with \n and the $arch part was interpreted by bash. The command which should be run is:
Thank you very much for maintaining this project and best regards!