From b6e38a7a9bc31b32336db90a22601ed2c6ddfd28 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 8 Mar 2023 17:10:10 +0200 Subject: [PATCH] fix --- docs/faq.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index baa475bc..45af76ba 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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?" 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` - * Run the following - ``` + * Ensure the date is correct: `date`. Otherwise you may get the error `SSL certificate problem: certificate is not yet valid` + * Run the following: + + ``` # date # rw # pacman -Syu