From d236129806cc92299f6870aabc56aeb0bd6b6eec Mon Sep 17 00:00:00 2001 From: Nikolay Shcheglov Date: Mon, 14 Feb 2022 20:13:48 +0300 Subject: [PATCH] Add apparmor to required deps --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02f092b..06e9db0 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Step 1: Install the following dependacy's with this command: ```bash apt-get install \ +apparmor \ jq \ wget \ curl \