fix: README

This commit is contained in:
Markus Pesch 2020-12-30 11:09:35 +01:00
parent 470d0e347a
commit 691887c7e1
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,8 @@ architectures.
```bash
cat >> /etc/pacman.conf << 'EOF'
[cs_any]
Server = https://aur.cryptic.systems/any/
[any]
Server = https://aur.cryptic.systems/$repo/
EOF
```
@ -40,7 +40,7 @@ system architecture packages.
```bash
cat >> /etc/pacman.conf << 'EOF'
[cs_any]
Server = https://aur.cryptic.systems/$arch/
[x86_64]
Server = https://aur.cryptic.systems/$repo/
EOF
```