尝试在 ubuntu 桌面 22.04 上安装 Tpot
通过下面的代码
git clone https://github.com/telekom-security/tpotce
cd tpotce/iso/installer/
cp tpot.conf.dist tpot.conf
./install.sh --type=auto --conf=tpot.conf
输出内容为Aborting. Debian jammy is not supported
答案1
看来该脚本仅配置为在 Debian Stable 和 Debian Testing 中运行,而不是在 Ubuntu 中运行。但是,鉴于大多数软件包都是相同的,它可能与 Ubuntu 兼容。
要绕过此检查,请install.sh
在文本编辑器中打开文件,然后在第 364 行, 代替
mySUPPORT="FALSE" --> mySUPPORT="TRUE"