From bc8358e2ef0871b5461e20bbe29d59aa965c836a Mon Sep 17 00:00:00 2001 From: cronyx Date: Tue, 6 Jun 2023 22:39:16 +0300 Subject: [PATCH] add broken deps (#853) --- building.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building.sh b/building.sh index 8fa8a02d..fa8a062a 100755 --- a/building.sh +++ b/building.sh @@ -92,7 +92,7 @@ log_and_run() { clone() { sudo apt-get update -y - sudo apt-get install -y automake make wget cpio file autotools-dev bc build-essential curl fzf git libtool rsync unzip + sudo apt-get install -y automake make wget cpio file autotools-dev bc build-essential curl fzf git libtool rsync unzip libncurses-dev lzop git clone --depth=1 https://github.com/OpenIPC/firmware.git }