Fix a piped sudo command
This commit is contained in:
parent
d3fec31d2d
commit
d99eba137e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
potentionally unused or legacy applications by invoking the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -Qqe > /etc/pkglist.txt
|
sudo pacman -Qqe | sudo tee /etc/pkglist.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
### Automation
|
### Automation
|
||||||
|
|
Loading…
Reference in a new issue