diff --git a/content/docs/computer/maintenance-peripherals.md b/content/docs/computer/maintenance-peripherals.md index 6cf230a..6916655 100644 --- a/content/docs/computer/maintenance-peripherals.md +++ b/content/docs/computer/maintenance-peripherals.md @@ -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