Fix a piped sudo command

This commit is contained in:
this.ven 2024-10-17 17:15:39 +02:00
parent d3fec31d2d
commit d99eba137e

View file

@ -193,7 +193,7 @@ Additionally, I ocasionally create a list of installed packages to investigate
potentionally unused or legacy applications by invoking the following command:
```bash
sudo pacman -Qqe > /etc/pkglist.txt
sudo pacman -Qqe | sudo tee /etc/pkglist.txt
```
### Automation