我是 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 制作的东西吗?