Skip to content

Commit b7e502b

Browse files
committed
cachyos_repositories: Replace the commands to explicitly reinstall all packages with -Syyuu
1 parent 7ee98e8 commit b7e502b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/content/docs/cachyos_repositories/how_to_add_cachyos_repo.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Include = /etc/pacman.d/cachyos-mirrorlist
127127
Finally, update your system with the CachyOS packages:
128128

129129
```bash
130-
sudo pacman -Syu
130+
sudo pacman -Syyuu
131131
```
132132
Enjoy your improved system speed with optimized CachyOS packages! 🎉
133133

@@ -182,10 +182,13 @@ sudo ./cachyos-repo.sh --remove
182182
sudo mv /etc/pacman.conf.bak /etc/pacman.conf
183183
```
184184

185+
If you don't have a backup of the original /etc/pacman.conf file, just edit the
186+
existing one by deleting all lines with the CachyOS repositories you added
187+
earlier.
188+
185189
3. Switch to default Arch Linux packages with this command:
186190

187191
```sh
188192
sudo pacman -S core/pacman
189-
pacman -Qqn | sudo pacman -S -
190-
sudo pacman -Syu
193+
sudo pacman -Syyuu
191194
```

0 commit comments

Comments
 (0)