From 05ffd31b1393c41b8c46729ab18a0a135f53404c Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 18 Mar 2019 06:51:32 +0100 Subject: [PATCH] install firejail via --no-install-recommends these recommendation bring x bindings with them... --- bootstrap-root.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 0ca312d..7972245 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -17,7 +17,6 @@ apt-get update \ cmake \ command-not-found \ curl \ - firejail \ elinks \ git \ golang-go \ @@ -34,6 +33,8 @@ apt-get update \ software-properties-common \ tig \ zsh \ + && apt-get install --no-install-recommends -y \ + firejail \ && apt-file update # node related