This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:raspberry:raspbian:scripts:clock [2014/11/18 09:43] – created lunetikk | linux:raspberry:raspbian:scripts:clock [2019/12/12 10:00] (current) – lunetikk | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Date and Time Script ===== | ===== Date and Time Script ===== | ||
| - | This script can be used change the date and time if your Raspberry is not connected to a network or timeserver. | + | This script can be used to change the date and time if your Raspberry is not connected to a network or timeserver. | 
| To do this, you need to enter the current date and time in the correct format. It will refresh after some seconds. | To do this, you need to enter the current date and time in the correct format. It will refresh after some seconds. | ||
| - | <code sh time.sh> | + | <nodisp> | 
| - | #!/bin/sh | + | {{gh> | 
| + | </ | ||
| - | #Lunetikk | 03.04.2014 | Change date and time | + | \\ | 
| - | + | \\ | |
| - | + | ~~DISCUSSION:closed~~ | |
| - | read -p " | + | |
| - | read -p " | + | |
| - | + | ||
| - | sudo date -s "$DATE $TIME" | + | |
| - | sudo fake-hwclock | + | |
| - | </ | + | |