mirror of
https://github.com/superconvert/smart-os.git
synced 2024-11-23 02:30:02 +08:00
Delete env.sh
This commit is contained in:
parent
aeaa4d574a
commit
1e9b49d552
11
env.sh
11
env.sh
@ -1,11 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
rm work/kernel_install/ work/glibc_install/ work/busybox_install/ -rf
|
|
||||||
|
|
||||||
if [ -f "/usr/bin/apt" ]; then
|
|
||||||
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 autoconf auotmake gawk bison elfutils-libelf bridge-utils qemu-img qemu-kvm qemu-kvm-tools docker
|
|
||||||
fi
|
|
Loading…
Reference in New Issue
Block a user