Bob Mottram 11 anos atrás
pai
commit
ff8084ce74
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3
    3
      beaglebone.txt

+ 3
- 3
beaglebone.txt Ver arquivo

358
 For example, for British time:
358
 For example, for British time:
359
 
359
 
360
 #+BEGIN_SRC: bash
360
 #+BEGIN_SRC: bash
361
-TZ='Europe/London'; export TZ
362
-echo "TZ='Europe/London'; export TZ" >> ~/.bashrc
363
-echo "TZ='Europe/London'; export TZ" >> /home/myusername/.bashrc
361
+export TZ='Europe/London'
362
+echo "export TZ='Europe/London'" >> ~/.bashrc
363
+echo "export TZ='Europe/London'" >> /home/myusername/.bashrc
364
 #+END_SRC
364
 #+END_SRC
365
 
365
 
366
 ** Upgrade the kernel
366
 ** Upgrade the kernel