Fix missing deps

pull/402/head
Dmitry Ilyin 2022-08-24 08:04:09 +03:00
parent da04e66c0c
commit d4ad5339c3
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ $(BR_DIR): $(ROOT_DIR)/buildroot-$(BR_VER).tar.gz
install-deps:
if [ ! -f /.dockerenv ]; then SUDO=sudo; fi
DEBIAN_FRONTEND=noninteractive $(SUDO) apt-get update && \
$(SUDO) apt-get -y install build-essential make libncurses-dev wget cpio rsync bc
$(SUDO) apt-get -y install \
build-essential git make libncurses-dev wget curl cpio rsync bc unzip
%_info: