From c7e926e9837f0912024afb971dfa73c431347b21 Mon Sep 17 00:00:00 2001 From: debuggerx01 Date: Sat, 7 Jan 2023 01:48:11 +0800 Subject: [PATCH] Update build_action.sh --- build_action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_action.sh b/build_action.sh index 6dca6bd..36022d5 100644 --- a/build_action.sh +++ b/build_action.sh @@ -7,7 +7,7 @@ sed -i "/deb-src/s/# //g" /etc/apt/sources.list # install dep apt update -apt install -y wget xz-utils make gcc flex bison dpkg-dev +apt install -y wget xz-utils make gcc flex bison dpkg-dev bc rsync kmod cpio libssl-dev apt build-dep -y linux # change dir to workplace