标签: linux bash shell
我正在尝试编写一个自动安装程序的shell脚本,但在安装过程中,用户需要滚动许可协议。因为它不是一个提示,我很难找到滚动文本以获得其他提示的方法。 我无法访问系统上的期望包。
目前我有:
(bash process here)<<EOD yes #need something here to scroll through license no yes EOD