add broken deps (#853)

This commit is contained in:
cronyx
2023-06-06 22:39:16 +03:00
committed by GitHub
parent 0e12402c5e
commit bc8358e2ef

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
}