From 7787f778ead5a7bc2bd3a331d5798fa88692bab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Tue, 29 May 2018 16:18:02 +0200 Subject: [PATCH] Added missing dependency. --- 3.New_server_deployment/4.APT_upgrade/0_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.New_server_deployment/4.APT_upgrade/0_setup.sh b/3.New_server_deployment/4.APT_upgrade/0_setup.sh index d95b8317..da2d1c7b 100755 --- a/3.New_server_deployment/4.APT_upgrade/0_setup.sh +++ b/3.New_server_deployment/4.APT_upgrade/0_setup.sh @@ -5,7 +5,7 @@ DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND apt-get update -apt-get install -y apt-transport-https +apt-get install -y apt-transport-https gnupg # move 50unattended-upgrades conf if any if [ -f /etc/apt/apt.conf.d/50unattended-upgrades.ucf-dist ]; then -- GitLab