im trying to install the cydia source code.
$ git clone git://git.saurik.com/cydia.git
$ cd cydia
but when i typing “./sysroot.sh” i got this error:
-bash: ./sysroot.sh: /usr/bin/env: bad interpreter: Operation not permitted
what the problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
My guess would be that the filesystem you are trying to run the script from is mounted using the “noexec” option. The interpreter inside of a shebang does not need to be in your $PATH, since an absolute path is specified. Try running your script by calling the interpreter, rather than the script: