jandelgado / lede-dockerbuilder

A (container based) LEDE/OpenWrt image builder.
Apache License 2.0
59 stars 20 forks source link

bash: ./builder.sh: cannot execute: required file not found #37

Closed GrumpyMeow closed 3 months ago

GrumpyMeow commented 3 months ago

I cloned the repo. I tried to start "builder.sh", but i get the error:

-bash: ./builder.sh: cannot execute: required file not found

this seems to be related to the first line of the script:

#!/bin/bash

Indeed if i run "/bin/bash" i get an error.

After removing this first line, the builder did work

jandelgado commented 2 months ago

On what system are you running the builder? Do you have bash installed? What is the output of which bash ?