home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
842cf63
)
Add certificates installation step.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 3 May 2015 01:58:10 +0000
(
03:58
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 3 May 2015 01:58:10 +0000
(
03:58
+0200)
jessie_start.sh
patch
|
blob
|
history
diff --git
a/jessie_start.sh
b/jessie_start.sh
index 664ef437b88001df1768031e74186bb63fd730d0..2ff5336a454df2ed6e15c97933f4631417d8bd8c 100755
(executable)
--- 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