在我运行这个命令之后:
$ curl -L install.pi-hole.net | bash它被卡住了
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Installing packages
-------------------
..100%但是我确实安装了debconf,还说无法降低前端。
发布于 2020-03-23 08:12:11
我建议安装这两个对话框包,安装脚本中提到了这一点:
sudo apt-get install dialog whiptail然后重试piHole安装。
https://askubuntu.com/questions/1219389
复制相似问题