Skip to content

Commit d7892dd

Browse files
authored
Merge pull request #20 from gentrydeng/patch-1
update: synchronize the arch linux package database before installing packages
1 parent f7792ca commit d7892dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
```bash
7070
sudo pacman-key --lsign-key "[email protected]"
71-
sudo pacman -S archlinuxcn-keyring
71+
sudo pacman -Sy archlinuxcn-keyring
7272
sudo pacman -S paru
7373
```
7474

@@ -95,7 +95,7 @@
9595

9696
```bash
9797
sudo pacman-key --lsign-key "[email protected]"
98-
sudo pacman -S archlinuxcn-keyring
98+
sudo pacman -Sy archlinuxcn-keyring
9999
sudo pacman -S yay
100100
```
101101

0 commit comments

Comments
 (0)