From 0fc3a1ceed2da1ce0ed50151b870607812257318 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 25 Nov 2021 23:57:34 +0800 Subject: [PATCH] move win_flash.bat to image and update lintools --- tools/setup_tools.sh | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/lintools/setup_tools.sh b/tools/setup_tools.sh similarity index 92% rename from tools/lintools/setup_tools.sh rename to tools/setup_tools.sh index c5068bd..5e49ecd 100755 --- a/tools/lintools/setup_tools.sh +++ b/tools/setup_tools.sh @@ -38,7 +38,7 @@ function install_systools() { - curl -V > /dev/null 2>&1 + jq --version > /dev/null 2>&1 if [ $? == 0 ] ; then msg_banner "All system tools already installed, skip it" return 0; @@ -49,8 +49,8 @@ systools="gawk wget git diffstat unzip texinfo build-essential chrpath socat libncurses-dev flex \ libsdl1.2-dev xterm sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 tree \ help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf \ - automake groff curl lzop asciidoc lib32z1 lib32ncurses5-dev libssl-dev autoconf-archive bison \ - kpartx " + automake groff curl lzop asciidoc lib32z1 lib32ncurses-dev libssl-dev autoconf-archive bison \ + kpartx jq binfmt-support qemu qemu-user-static debootstrap debian-archive-keyring " apt update > /dev/null 2>&1 -- Gitblit v1.9.1