From 2d2a2a12371ecd6140c8548324ae110c254f7066 Mon Sep 17 00:00:00 2001 From: superconvert <48017165+superconvert@users.noreply.github.com> Date: Wed, 27 Jul 2022 12:51:05 +0800 Subject: [PATCH] Update env.sh --- env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.sh b/env.sh index 9c68a64..80f39c7 100644 --- a/env.sh +++ b/env.sh @@ -1,4 +1,4 @@ #!/bin/sh rm work/kernel_install/ work/glibc_install/ work/busybox_install/ -rf -apt -y install gcc make gawk bison libelf-dev +apt -y install gcc g++ make gawk bison libelf-dev