凌云实验室推出的ARM Linux物联网网关开发板IGKBoard(IoT Gateway Kit Board)项目源码
guowenxue
2021-11-25 0fc3a1ceed2da1ce0ed50151b870607812257318
tools/setup_tools.sh
File was renamed from tools/lintools/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