From 47d876c2798cb730ed24153520488b12137dfc9f Mon Sep 17 00:00:00 2001 From: superconvert <48017165+superconvert@users.noreply.github.com> Date: Wed, 27 Jul 2022 14:38:34 +0800 Subject: [PATCH] Update env.sh --- env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.sh b/env.sh index 17ea9e1..1e10c24 100644 --- a/env.sh +++ b/env.sh @@ -3,7 +3,7 @@ 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 + apt -y install gcc g++ make gawk bison libelf-dev qemu-system docker.io fi if [ -f "/usr/bin/yum" ]; then