From 27d2fb541742419ad39669bb46d61cb5edfc3f7e Mon Sep 17 00:00:00 2001 From: Igor Zalatov Date: Fri, 11 Mar 2022 22:45:08 +0300 Subject: [PATCH] Up --- en/source-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/source-code.md b/en/source-code.md index 6624723..8780450 100644 --- a/en/source-code.md +++ b/en/source-code.md @@ -14,7 +14,7 @@ Install some packages to system and clone OpenIPC repo ``` sudo apt-get update -y -sudo apt-get install -y bc build-essential git unzip +sudo apt-get install -y bc build-essential git tcl unzip git clone --depth=1 https://github.com/OpenIPC/firmware.git cd firmware ```