From 1cf88370da636ca83110e31cf8f6fad61d1bc7a6 Mon Sep 17 00:00:00 2001 From: superconvert <48017165+superconvert@users.noreply.github.com> Date: Thu, 28 Jul 2022 06:15:43 +0800 Subject: [PATCH] Update env.sh --- env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env.sh b/env.sh index d3d2ec7..7537a30 100644 --- a/env.sh +++ b/env.sh @@ -3,9 +3,9 @@ rm work/kernel_install/ work/glibc_install/ work/busybox_install/ -rf if [ -f "/usr/bin/apt" ]; then - apt -y install gcc g++ make gawk bison libelf-dev bridge-utils qemu-system docker.io + apt -y install gcc g++ make autoconf automake gawk bison libelf-dev bridge-utils qemu-system docker.io fi if [ -f "/usr/bin/yum" ]; then - yum -y install gcc gcc-c++ make gawk bison elfutils-libelf bridge-utils qemu-img qemu-kvm qemu-kvm-tools docker + yum -y install gcc gcc-c++ make autoconf auotmake gawk bison elfutils-libelf bridge-utils qemu-img qemu-kvm qemu-kvm-tools docker fi