mirror of
https://github.com/superconvert/smart-os.git
synced 2024-11-26 12:07:06 +08:00
Update env.sh
This commit is contained in:
parent
be9c2993ee
commit
47d876c279
2
env.sh
2
env.sh
@ -3,7 +3,7 @@
|
|||||||
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
|
apt -y install gcc g++ make gawk bison libelf-dev qemu-system docker.io
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "/usr/bin/yum" ]; then
|
if [ -f "/usr/bin/yum" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user