mirror of https://github.com/pikvm/pikvm.git
fix
This commit is contained in:
parent
0b6067cca0
commit
b6e38a7a9b
|
|
@ -287,9 +287,10 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
|
||||||
??? question "How do I update PiKVM with the latest software?"
|
??? question "How do I update PiKVM with the latest software?"
|
||||||
This is ONLY recommended if you need a feature, otherwise this should ONLY be done if you are physically at the device and can reflash the sd card as a means of recovery. PiKVM OS is based on Arch Linux ARM and is fully updated from the repository by a regular package manager. Connect to your PiKVM via ssh and run:
|
This is ONLY recommended if you need a feature, otherwise this should ONLY be done if you are physically at the device and can reflash the sd card as a means of recovery. PiKVM OS is based on Arch Linux ARM and is fully updated from the repository by a regular package manager. Connect to your PiKVM via ssh and run:
|
||||||
|
|
||||||
* Ensure the date is correct: `date`. Otherwise you may get the error `SSL certificate problem: certificate is not yet valid`
|
* Ensure the date is correct: `date`. Otherwise you may get the error `SSL certificate problem: certificate is not yet valid`
|
||||||
* Run the following
|
* Run the following:
|
||||||
```
|
|
||||||
|
```
|
||||||
# date
|
# date
|
||||||
# rw
|
# rw
|
||||||
# pacman -Syu
|
# pacman -Syu
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue