diff options
author | Ingo Bürk | 2018-06-29 22:43:39 +0200 |
---|---|---|
committer | GitHub | 2018-06-29 22:43:39 +0200 |
commit | a916481aab2d81b1882a25da34a2fe327d74cff4 (patch) | |
tree | b3de6b55a1785354784547cd143b0780c31b5a83 /README.md | |
parent | Merge pull request #290 from duskCoder/changes (diff) | |
parent | Stop requiring CAP_NET_ADMIN (diff) |
Merge pull request #291 from duskCoder/cap_net_admin
Stop requiring CAP_NET_ADMIN
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -16,13 +16,12 @@ i3status has the following dependencies: * libyajl-dev * libasound2-dev * libnl-genl-3-dev - * libcap2-bin (for getting network status without root permissions) * asciidoc (only for the documentation) * libpulse-dev (for getting the current volume using PulseAudio) On debian-based systems, the following line will install all requirements: ```bash -apt-get install libconfuse-dev libyajl-dev libasound2-dev libiw-dev asciidoc libcap2-bin libpulse-dev libnl-genl-3-dev +apt-get install libconfuse-dev libyajl-dev libasound2-dev libiw-dev asciidoc libpulse-dev libnl-genl-3-dev ``` ## Upstream |