File was renamed from tools/lintools/setup_tools.sh |
| | |
| | | |
| | | 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; |
| | |
| | | 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 |