Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cydiaのソースコードをインストールしようとしています。
$ git clone git://git.saurik.com/cydia.git $ cd cydia
しかし、「./sysroot.sh」と入力すると、次のエラーが発生しました。
-bash: ./sysroot.sh: /usr/bin/env: bad interpreter: Operation not permitted
何の問題?
スクリプトを実行しようとしているファイルシステムは、「noexec」オプションを使用してマウントされていると思います。絶対パスが指定されているため、シバン内のインタープリターは $PATH にある必要はありません。スクリプトではなく、インタープリターを呼び出してスクリプトを実行してみてください。
bash sysroot.sh