From 86fb6c1dd2dba5c2ef43006be80ea4e19170a1b2 Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 7 Feb 2019 20:44:19 +0100 Subject: [PATCH] adding an update as the first step of the deploy script --- tests/test_env/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_env/deploy.sh b/tests/test_env/deploy.sh index b7f8aef..423f078 100755 --- a/tests/test_env/deploy.sh +++ b/tests/test_env/deploy.sh @@ -1,5 +1,7 @@ #!/bin/sh +apt update + DEBIAN_FRONTEND=noninteractive apt-get install ldap-utils slapd -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y DEBIAN_FRONTEND=noninteractive apt-get install samba -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y DEBIAN_FRONTEND=noninteractive apt-get install winbind -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y