add broken deps ()

pull/854/head
cronyx 2023-06-06 22:39:16 +03:00 committed by GitHub
parent 0e12402c5e
commit bc8358e2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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