diff --git a/installer.exp b/installer.exp index 5bec2fd..79dc3f3 100755 --- a/installer.exp +++ b/installer.exp @@ -1,10 +1,11 @@ #! /usr/bin/env expect -set timeout 10 +set timeout 20 spawn ./bin/rails stimulus_reflex:install expect -exact "or type a different path." send -- "\n" expect "It looks like you're using esbuild as your bundler. Is that correct? (Y/n)" send -- "y\n" +expect -re "Join over 2000 StimulusReflex developers on Discord(.*)" expect eof