From d64e0df85acf716e090b036b43bc35b9b7a170f7 Mon Sep 17 00:00:00 2001 From: Mikhail Golbakh Date: Thu, 18 Nov 2021 23:52:29 +0300 Subject: [PATCH] chore: update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ddd7d8..e73b665 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,12 @@ Some useful scripts for gentoo. - **qtop** - helps to know about time estimation for installing packages - **esync** - alias for synchronization with layman and emerge (`layman -S` and `emerge --sync`) - **eclt** - shows how long the system will be updated -- **eupd** - alias for synchronization and updating packages +- **eupd** - update script for emerge - **rcms** - systemd-like alias for rc-service +Every script has `AUTO_SUDO` constant, which runs script as sudo automatically. +If you want to enable this, write `AUTO_SUDO=1` instead of `AUTO_SUDO=0` + ## Requirements **qtop** @@ -17,6 +20,8 @@ Some useful scripts for gentoo. **esync** - sys-apps/portage +- app-portage/layman (optional) +- app-portage/portpeek (optional) **eclt** @@ -26,6 +31,8 @@ Some useful scripts for gentoo. **eupd** - sys-apps/portage +- app-portage/layman (optional) +- app-portage/portpeek (optional) **rcms**