mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 23:50:31 +00:00
Update bt.exp
This commit is contained in:
parent
d45b6d1111
commit
f8d176596b
1 changed files with 7 additions and 0 deletions
|
@ -1 +1,8 @@
|
|||
#!/usr/bin/expect -f
|
||||
set timeout -1
|
||||
spawn bash /root/install.sh
|
||||
expect "now?"
|
||||
send "y\r"
|
||||
|
||||
interact
|
||||
expect eof
|
||||
|
|
Loading…
Reference in a new issue