mirror of https://github.com/pikvm/pikvm.git
fix
This commit is contained in:
parent
e7947ca343
commit
ea3d728c0a
|
|
@ -262,7 +262,6 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
|
||||||
!!! danger "But again: DON'T DO THIS"
|
!!! danger "But again: DON'T DO THIS"
|
||||||
|
|
||||||
??? question "How to set the date, time and timezone from command line?"
|
??? question "How to set the date, time and timezone from command line?"
|
||||||
|
|
||||||
* Become root with the command `su -` or `sudo -s`.
|
* Become root with the command `su -` or `sudo -s`.
|
||||||
* Enable read/write with the command `rw`.
|
* Enable read/write with the command `rw`.
|
||||||
* Find your timezone string e.g. `timedatectl list-timezones` or `timedatectl list-timezones | grep -i australia`.
|
* Find your timezone string e.g. `timedatectl list-timezones` or `timedatectl list-timezones | grep -i australia`.
|
||||||
|
|
@ -294,7 +293,6 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
|
||||||
# date
|
# date
|
||||||
# rw
|
# rw
|
||||||
# pacman -Syu
|
# pacman -Syu
|
||||||
# sync
|
|
||||||
# reboot # Allow 10 to 15 minutes for a response.
|
# reboot # Allow 10 to 15 minutes for a response.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue