From 065a8facc5b96166c20cf9f20e3ca4d2f9328092 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Mon, 23 Jan 2023 08:47:50 -0800 Subject: [PATCH] Update building_os.md (#920) * Update building_os.md Fixed the formatting * Update building_os.md Simplified the docker install process --- docs/building_os.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/building_os.md b/docs/building_os.md index 36f4db9d..fdf72601 100644 --- a/docs/building_os.md +++ b/docs/building_os.md @@ -1,6 +1,6 @@ # Building the OS -!!! warning "ZeroW reached EOL and is no longer supported, the last image it can be found [here](https://files.pikvm.org/images/v2-hdmi-zerow-latest.img.xz)” +!!! warning "ZeroW reached EOL and is no longer supported, the last image it can be found [here](https://files.pikvm.org/images/v2-hdmi-zerow-latest.img.xz)" The PiKVM OS is based on Arch Linux ARM and contains all the required packages and configs for it to work. To build the OS you will need x86_64 Linux machine with: @@ -14,8 +14,7 @@ Docker must be enabled in privileged mode. ```shell [user@localhost ~]$ sudo apt-get install git make curl binutils -y - [user@localhost ~]$ curl -fsSL https://get.docker.com -o get-docker.sh - [user@localhost ~]$ sudo sh get-docker.sh + [user@localhost ~]$ sudo apt-get install docker.io [user@localhost ~]$ sudo usermod -aG docker $USER ```