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

Fix command to enable archlinuxcn #34

Merged
merged 1 commit into from
Feb 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ You can use `glibc-linux4`[ᴬᵁᴿ](https://aur.archlinux.org/packages/glibc-l

You can install from archlinuxcn community repository (can auto-update, recommend)
```
echo "[archlinuxcn]
Server = https://repo.archlinuxcn.org/$arch" >> /etc/pacman.conf
echo '[archlinuxcn]
Server = https://repo.archlinuxcn.org/$arch' >> /etc/pacman.conf
sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring && sudo pacman -S glibc-linux4
```
or you can install from AUR helper
Expand Down
4 changes: 2 additions & 2 deletions locale/pt-BR/Known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Você pode usar o pacote `glibc-linux4`[ᴬᵁᴿ](https://aur.archlinux.org/pac

Você pode instalar a partir do repositório da comunidade archlinuxcn (pode atualizar automaticamente, recomendado)
```
echo "[archlinuxcn]
Server = https://repo.archlinuxcn.org/$arch" >> /etc/pacman.conf
echo '[archlinuxcn]
Server = https://repo.archlinuxcn.org/$arch' >> /etc/pacman.conf
sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring && sudo pacman -S glibc-linux4
```
ou você pode instalar a partir com um auxiliar do AUR ("AUR helper")
Expand Down
4 changes: 2 additions & 2 deletions locale/zh-CN/Known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Arch 默认的 Glibc 包是为新版本 Linux 内核的 syscall 设计的,而

建议从 archlinuxcn 社区仓库安装此包,以方便自动更新。
```
echo "[archlinuxcn]
Server = https://repo.archlinuxcn.org/$arch" >> /etc/pacman.conf
echo '[archlinuxcn]
Server = https://repo.archlinuxcn.org/$arch' >> /etc/pacman.conf
sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring && sudo pacman -S glibc-linux4
```
当然,你也可以直接使用 AUR 助手安装。
Expand Down