Skip to content

Commit

Permalink
chore: update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cxz66666 committed Apr 15, 2024
1 parent 0daecd6 commit 4a19bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 bc rsync kmod cpio libssl-dev
apt install -y wget git fakeroot build-essential ncurses-dev xz-utils libssl-dev bc flex libelf-dev bison
apt build-dep -y linux

# change dir to workplace
Expand Down

0 comments on commit 4a19bf5

Please sign in to comment.