#!/usr/bin/expect -f
set timeout 30
spawn bash /root/install.sh
expect "now?"
send "y\r"
interact
expect eof