From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 3 May 2015 01:58:10 +0000 (+0200)
Subject: Add certificates installation step.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/index.html?a=commitdiff_plain;h=a01c879a216ecdfc4b755b4cdf6037a0d8217445;p=config

Add certificates installation step.
---

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