From 63bc85463d4ce6eed8ded8aeb96fff41a6345449 Mon Sep 17 00:00:00 2001 From: superconvert <48017165+superconvert@users.noreply.github.com> Date: Wed, 27 Jul 2022 14:53:16 +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 1e10c24..d3d2ec7 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 qemu-system docker.io + apt -y install gcc g++ make 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 + yum -y install gcc gcc-c++ make gawk bison elfutils-libelf bridge-utils qemu-img qemu-kvm qemu-kvm-tools docker fi