File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/content/docs/cachyos_repositories Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Include = /etc/pacman.d/cachyos-mirrorlist
127
127
Finally, update your system with the CachyOS packages:
128
128
129
129
``` bash
130
- sudo pacman -Syu
130
+ sudo pacman -Syyuu
131
131
```
132
132
Enjoy your improved system speed with optimized CachyOS packages! 🎉
133
133
@@ -182,10 +182,13 @@ sudo ./cachyos-repo.sh --remove
182
182
sudo mv /etc/pacman.conf.bak /etc/pacman.conf
183
183
```
184
184
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
+
185
189
3 . Switch to default Arch Linux packages with this command:
186
190
187
191
``` sh
188
192
sudo pacman -S core/pacman
189
- pacman -Qqn | sudo pacman -S -
190
- sudo pacman -Syu
193
+ sudo pacman -Syyuu
191
194
```
You can’t perform that action at this time.
0 commit comments