we definitely need curl.

pull/370/head
Paul Philippov 2022-08-16 18:33:12 -04:00
parent 2d71da9ee4
commit 98b2c2ff0b
1 changed files with 1 additions and 1 deletions

View File

@ -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
}