diff options
author | Ingo Bürk <admin@airblader.de> | 2018-06-29 22:43:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-29 22:43:39 +0200 |
commit | a916481aab2d81b1882a25da34a2fe327d74cff4 (patch) | |
tree | b3de6b55a1785354784547cd143b0780c31b5a83 /README.md | |
parent | 4d3344ab9cd68bad5faf4ed3dad185dfcacb1e3d (diff) | |
parent | 03c8908ec6429a67c3a8f480f1002788ff155bfb (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 |