add lzop to deps

pull/742/head
cronyx 2023-04-23 16:35:24 +03:00
parent ec84fc6e2c
commit ee3135ae9c
3 changed files with 7 additions and 7 deletions

View File

@ -75,7 +75,7 @@ else
DEBIAN_FRONTEND=noninteractive apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get -y install \ apt-get -y install \
build-essential git make libncurses-dev wget curl \ build-essential git make libncurses-dev wget curl \
cpio rsync bc unzip file cpio rsync bc unzip file lzop
endif endif