debianzfs/scripts/autoinstall.sh

9 lines
160 B
Bash
Raw Normal View History

2022-09-22 05:32:55 +00:00
#!/usr/bin/expect -d
set timeout -1
spawn /tmp/debianzfs.sh /dev/vda
expect "You selected to OVERWRITE '/dev/vda', are you sure? [y/N]"
send "y\r"
expect eof