From ff8084ce74a364e8cd8ab04093e4d35e4092d1d3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 10 May 2014 14:15:45 +0100 Subject: [PATCH] TZ export --- beaglebone.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beaglebone.txt b/beaglebone.txt index ed0a6da2..66d88f77 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -358,9 +358,9 @@ tzselect For example, for British time: #+BEGIN_SRC: bash -TZ='Europe/London'; export TZ -echo "TZ='Europe/London'; export TZ" >> ~/.bashrc -echo "TZ='Europe/London'; export TZ" >> /home/myusername/.bashrc +export TZ='Europe/London' +echo "export TZ='Europe/London'" >> ~/.bashrc +echo "export TZ='Europe/London'" >> /home/myusername/.bashrc #+END_SRC ** Upgrade the kernel