Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
DakEnviy committed Nov 18, 2021
1 parent 2675b0d commit d64e0df
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -17,6 +20,8 @@ Some useful scripts for gentoo.
**esync**

- sys-apps/portage
- app-portage/layman (optional)
- app-portage/portpeek (optional)

**eclt**

Expand All @@ -26,6 +31,8 @@ Some useful scripts for gentoo.
**eupd**

- sys-apps/portage
- app-portage/layman (optional)
- app-portage/portpeek (optional)

**rcms**

Expand Down

0 comments on commit d64e0df

Please sign in to comment.