From c69cbb5c14be4afb1684f1fae2631de539d28712 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 22 Oct 2021 05:37:27 +0300 Subject: [PATCH] fix --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index bc9c402d..2e306b09 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -54,7 +54,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht ??? question "Why is PiKVM OS based on Arch Linux ARM and not Raspbian / Raspberry Pi OS?" There are several reasons: - * Several years ago, when PiKVM was just starting out, Raspbian didn't have a minimalistic buiimage and the transition to systemd was in full swing, which is why the distribution was not too stable. + * Several years ago, when PiKVM was just starting out, Raspbian didn't have a minimalistic image and the transition to systemd was in full swing, which is why the distribution was not too stable. * Raspbian did not have all the necessary packages in the repositories to satisfy most software dependencies. * PiKVM was born as a pet project, and the founder likes Arch the most.