From 1e9b49d5523261c2f1c27d051736253cdb1a4793 Mon Sep 17 00:00:00 2001 From: superconvert <48017165+superconvert@users.noreply.github.com> Date: Thu, 28 Jul 2022 22:28:57 +0800 Subject: [PATCH] Delete env.sh --- env.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 env.sh diff --git a/env.sh b/env.sh deleted file mode 100644 index 7537a30..0000000 --- a/env.sh +++ /dev/null @@ -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