From a58fc6d6458b42a338ee62f19a825c4e90d03676 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Sun, 10 Nov 2019 02:36:25 +0000 Subject: [PATCH] scripts/checkdeps: add file --- scripts/checkdeps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/checkdeps b/scripts/checkdeps index b60052e8ce..c4da0b458f 100755 --- a/scripts/checkdeps +++ b/scripts/checkdeps @@ -56,8 +56,8 @@ fi DISTRO=${DISTRO,,} -deps=(wget bash bc gcc sed patch lsdiff tar bzip2 gzip xz perl gawk gperf zip unzip diff lzop make) -deps_pkg=(wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils perl gawk gperf zip unzip diffutils lzop make) +deps=(wget bash bc gcc sed patch lsdiff tar bzip2 gzip xz perl gawk gperf zip unzip diff lzop make file) +deps_pkg=(wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils perl gawk gperf zip unzip diffutils lzop make file) files=(/usr/include/stdio.h /usr/include/ncurses.h) files_pkg=(libc6-dev libncurses5-dev)