Pacman requires sudo (#2)

Oondanomala 2022-09-11 13:07:01 +02:00 committed by GitHub
parent 896534c0c5
commit f42156324a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

@ -81,12 +81,12 @@ brew upgrade yt-dlp
Arch Linux users can install it from the official community repository:
```bash
pacman -Syu yt-dlp
sudo pacman -Syu yt-dlp
```
pacman will now automatically download the correct dependencies and keep the package up-to-date whenever you update your system with:
```bash
pacman -Syu
sudo pacman -Syu
```
### [APT](https://en.wikipedia.org/wiki/APT_(software))