From 476f0208569fbef1b2e7d9093a5280ffaf98904d Mon Sep 17 00:00:00 2001 From: Charles Wyble Date: Thu, 1 Feb 2018 22:16:40 -0600 Subject: [PATCH] common across sytems role --- slack/prod/common/scripts/postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slack/prod/common/scripts/postinstall b/slack/prod/common/scripts/postinstall index 9ff6e0a..3d7bfb2 100755 --- a/slack/prod/common/scripts/postinstall +++ b/slack/prod/common/scripts/postinstall @@ -1,3 +1,3 @@ #!/bin/bash -apt install htop glances sssd-ad +apt -y install htop glances sssd-ad