Skip to content
Snippets Groups Projects
Commit d0a712b9 authored by Bob Mottram's avatar Bob Mottram
Browse files

Set time zone on ci system

parent 21b6dc26
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,12 @@ mv ~/moduli /etc/ssh/moduli
systemctl restart ssh
#+END_SRC
Set your time zone:
#+BEGIN_SRC bash
dpkg-reconfigure tzdata
#+END_SRC
Then reboot
#+BEGIN_SRC bash
......
......@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Freedombone</title>
<!-- 2018-10-09 Tue 11:49 -->
<!-- 2018-10-27 Sat 18:17 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
......@@ -413,6 +413,16 @@ systemctl restart ssh
</pre>
</div>
<p>
Set your time zone:
</p>
<div class="org-src-container">
<pre class="src src-bash">dpkg-reconfigure tzdata
</pre>
</div>
<p>
Then reboot
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment