저는 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
또한 우분투 기반 배포판에 kali Linux용으로 만든 것을 설치할 수 있나요?