From 120705a944163a065e4d4296bc77984faa5bf287 Mon Sep 17 00:00:00 2001 From: Nikolay Shcheglov Date: Fri, 16 Sep 2022 04:59:30 +0300 Subject: [PATCH] Add apparmor to required deps (#192) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7546b7c..185a6e6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Step 1: Install the following dependencies with this command: ```bash apt-get install \ +apparmor \ jq \ wget \ curl \