From 98b2c2ff0be9aeec0c641536964047ce67104601 Mon Sep 17 00:00:00 2001 From: Paul Philippov Date: Tue, 16 Aug 2022 18:33:12 -0400 Subject: [PATCH] we definitely need curl. --- building.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building.sh b/building.sh index 435a1270..a38960ff 100755 --- a/building.sh +++ b/building.sh @@ -46,7 +46,7 @@ log_and_run() { clone() { sudo apt-get update -y - sudo apt-get install -y automake autotools-dev bc build-essential fzf git libtool rsync unzip + sudo apt-get install -y automake autotools-dev bc build-essential curl fzf git libtool rsync unzip git clone --depth=1 https://github.com/OpenIPC/firmware.git }