私はLinuxを初めて使用し、Linux mint(最新バージョン)を使用しています。インターネットチュートリアルに従って怠惰なスクリプトをインストールしようとしています。この問題は、スクリプトをインストールしようとするたびに発生します。
There was an error creating the child process for this terminal. Failed to execute child process “bash /root/lscript/install.sh” (No such file or directory)
端末が空であると主張するディレクトリを開きましたが、ディレクトリに必要なファイルが含まれています。
インストールスクリプトのコードは次のとおりです。
cd lscript
apt-get update
git clone https://github.com/arismelachroinos/lscript.git
cd lscript
chmod +x install.sh
./install.sh
また、Ubuntuベースのディストリビューションにkali Linux用に作成したものをインストールできますか?