Update build_action.sh

This commit is contained in:
debuggerx01
2023-01-07 01:31:44 +08:00
committed by GitHub
parent d5f6e939a3
commit 6da69b89d1

View File

@@ -7,7 +7,7 @@ sed -i "/deb-src/s/# //g" /etc/apt/sources.list
# install dep # install dep
apt update apt update
apt install -y wget xz-utils apt install -y wget xz-utils make
apt build-dep -y linux apt build-dep -y linux
# change dir to workplace # change dir to workplace