From a01c879a216ecdfc4b755b4cdf6037a0d8217445 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 3 May 2015 03:58:10 +0200 Subject: [PATCH] Add certificates installation step. --- jessie_start.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jessie_start.sh b/jessie_start.sh index 664ef43..2ff5336 100755 --- a/jessie_start.sh +++ b/jessie_start.sh @@ -36,5 +36,8 @@ dpkg-reconfigure console-setup echo 'export LC_ALL="en_US.UTF-8"' >> /etc/profile apt-get -y install xserver-xorg xinit i3 +# Install certificates. +apt-get -y install ca-certificates + # Add user. #useradd -m -s /bin/bash plom -- 2.30.2