Skip to content

Commit

Permalink
build.sh: fix libncurses requirement
Browse files Browse the repository at this point in the history
ubuntu 24 does not have the version5
  • Loading branch information
frank-w committed Aug 11, 2024
1 parent a61e1d1 commit d0faf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function check_dep()
if [[ $# -ge 1 ]];
then
if [[ $@ =~ "build" ]];then
NEEDED_PKGS+=" u-boot-tools bc gcc libc6-dev libncurses5-dev ccache libssl-dev"
NEEDED_PKGS+=" u-boot-tools bc gcc libc6-dev libncurses-dev ccache libssl-dev"
fi
if [[ $@ =~ "deb" ]];then
NEEDED_PKGS+=" fakeroot"
Expand Down

0 comments on commit d0faf05

Please sign in to comment.