Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Known Issues correction #33

Open
nicovell3 opened this issue Apr 28, 2022 · 2 comments
Open

Known Issues correction #33

nicovell3 opened this issue Apr 28, 2022 · 2 comments
Labels
question Further information is requested

Comments

@nicovell3
Copy link

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!

@rffontenelle
Copy link
Contributor

Hi there. I was unable to reproduce the issue regarding a missing trailing \n because my /etc/pacman.conf ended with empty line. Maybe you removed that empty line by accident when trying to debug this issue?

@rffontenelle rffontenelle added the question Further information is requested label May 22, 2022
@rainwashed
Copy link

just to leave my 2 cents, this worked for me. from the docs alone, it didn't work as shown in this screenshot
image
(lack of archlinuxcn)
but using this worked for me
image
(has archlinuxcn)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants