Update bt.exp

This commit is contained in:
qiaofeng1227 2022-11-08 08:51:40 +08:00 committed by GitHub
parent d45b6d1111
commit f8d176596b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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