Bob Mottram 11 vuotta sitten
vanhempi
commit
ff8084ce74
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3
    3
      beaglebone.txt

+ 3
- 3
beaglebone.txt Näytä tiedosto

@@ -358,9 +358,9 @@ tzselect
358 358
 For example, for British time:
359 359
 
360 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 364
 #+END_SRC
365 365
 
366 366
 ** Upgrade the kernel