home · contact · privacy
Grow jessie_start script.
[config] / jessie_start.sh
index 664ef437b88001df1768031e74186bb63fd730d0..a92ed969437300e8159560f0cad2b36d26b7ae74 100755 (executable)
@@ -36,5 +36,11 @@ 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
+
+# Set up window system.
+apt-get -y install xserver-xorg xinit i3 i3status
+
 # Add user.
 #useradd -m -s /bin/bash plom