From facd18543e13a6204e8637f0b2e6d82131eb97fa Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Mon, 28 Sep 2020 00:12:25 +0200 Subject: [PATCH] bugfix: install unzip on a non raspberry pi os image (fix #85) Signed-off-by: Stefan Dej --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 00192b4e..f66c0afc 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -17,7 +17,7 @@ More information about the installtion of Raspberry Pi OS are ## Install Requirements ``` sudo apt update && sudo apt upgrade -sudo apt install git dfu-util +sudo apt install git dfu-util unzip ``` ## Install Klipper