removed pacutils dependency

the script now uses pacman's build in flag to output all pkg's (even looks the same)
This commit is contained in:
René Fuhry
2023-01-28 01:54:33 +01:00
committed by GitHub
parent ceb94c21fc
commit 2aca92f351
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ Update script written in bash for Arch. Keeps all your pacman and aur packages a
Needed dependencies
```bash
pacman -S zip pacutils
pacman -S zip
```
## Installation