mirror of
https://github.com/superconvert/smart-os.git
synced 2025-01-23 12:24:29 +08:00
Update env.sh
This commit is contained in:
parent
47d876c279
commit
63bc85463d
4
env.sh
4
env.sh
@ -3,9 +3,9 @@
|
|||||||
rm work/kernel_install/ work/glibc_install/ work/busybox_install/ -rf
|
rm work/kernel_install/ work/glibc_install/ work/busybox_install/ -rf
|
||||||
|
|
||||||
if [ -f "/usr/bin/apt" ]; then
|
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
|
fi
|
||||||
|
|
||||||
if [ -f "/usr/bin/yum" ]; then
|
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
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user