From 9c36cef1e1ad5e0e9706ddb801d5230957fd666a Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Tue, 28 Jan 2025 15:35:14 +0100 Subject: [PATCH] updated README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72c64e8..da94399 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ A `pacman` helper script, because you forget all the stupid flags - reflector - config -`config` is the only flag that is not appended to `pacman` (or `yay`), instead it resolves to `nano /etc/pacman.conf`. +`reflector` and `config` are the only flag that are not appended to `pacman` (or `yay`)
+instead `reflector` resolves to `reflector` with the previously used parameters stored in `/etc/pacman.d/mirrorlist`
+and `config` resolves to `nano /etc/pacman.conf`. -`sudo` gets prepended automatically if the command requires it and if installed - 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 +`sudo` gets prepended automatically if the command requires root privileges, if the UID is not 0 (you are not `root`) and if `sudo` installed.
+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
+tho such a feature is planned, to make the script truly ubiquitus.