Merge pull request #370 from themactep/master

we definitely need curl.
pull/371/head
Paul Philippov 2022-08-16 18:33:52 -04:00 committed by GitHub
commit ec327eb87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}