updated README

This commit is contained in:
Bryan Joshua Pedini 2025-04-13 21:33:37 +02:00
parent a39a772cde
commit 1dbc2826b2

View File

@ -17,11 +17,16 @@ A `pacman` helper script, because you forget all the stupid flags
- purge
- clean
- reflector
- ignored
- ignore
- unignore
- config
`reflector` and `config` are the only flag that are not appended to `pacman` (or `yay`)<br>
instead `reflector` resolves to `reflector` with the previously used parameters stored in `/etc/pacman.d/mirrorlist`<br>
and `config` resolves to `nano /etc/pacman.conf`.
instead `reflector` resolves to using the `reflector` program with the previously used parameters stored in `/etc/pacman.d/mirrorlist`<br>
and `config` resolves to `nano /etc/pacman.conf`.<br>
`ignore` and `unignore` require the file `/etc/pacman.d/ignorepkg` to exist (you can use `install -m0644 /etc/pacman.d/ignorepkg` to create it),<br>
and the line `Include /etc/pacman.d/ignorepkg` to be inserted into `/etc/pacman.conf`.
`sudo` gets prepended automatically if the command requires root privileges, if the UID is not 0 (you are not `root`) and if `sudo` installed.<br>
no, there is no check if your user is in the `sudo` group, if you download this script you should already be, or know you can only use part of this utility<br>