Update env.sh

This commit is contained in:
superconvert 2022-07-27 14:38:34 +08:00 committed by GitHub
parent be9c2993ee
commit 47d876c279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
env.sh
View File

@ -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