X-Git-Url: https://plomlompom.com/repos/bar%20baz.html?a=blobdiff_plain;f=jessie_start.sh;h=a92ed969437300e8159560f0cad2b36d26b7ae74;hb=7b44a9696d0dc7f7d89b56758b1fed9d8cd41740;hp=664ef437b88001df1768031e74186bb63fd730d0;hpb=030be9f555f0eeafc37a9956618ee1979e4d120c;p=config diff --git a/jessie_start.sh b/jessie_start.sh index 664ef43..a92ed96 100755 --- a/jessie_start.sh +++ b/jessie_start.sh @@ -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