From 093f2728b4c45345c113e7a6dada61bd46eba058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Sat, 4 Apr 2020 13:43:33 +0000 Subject: [PATCH] Fix setcap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index af94bab..b3b0730 100644 --- a/Installation.md +++ b/Installation.md @@ -17,7 +17,7 @@ For example if you want to install glorytun 0.3.4 on x86_64: It is really easy to get a working glorytun without being root. The only required capability is `CAP_NET_ADMIN`: - $ sudo setcap cap_net_admin=ep glorytun-0.3.4-x86_64-linux-musl.bin version + $ sudo setcap cap_net_admin=ep glorytun-0.3.4-x86_64-linux-musl.bin ### Unix-like systems or exotic architectures