I am writing a Bash script for installing Asterisk. Instead of running the make menuselect
command, which provides an interactive UI to select different options, I want to use the command menuselect/menuselect --enable ____ menuselect.makeopts
to select required options for the build. But when I run the script, I get this error:
menuselect/menuselect: No such file or directory
How to run this command from a script?