diff --git a/installer.exp b/installer.exp index 7ecf028..91ecc84 100755 --- a/installer.exp +++ b/installer.exp @@ -1,12 +1,15 @@ #! /usr/bin/env expect -set timeout 10 +# set timeout 5 spawn ./bin/rails stimulus_reflex:install +sleep 5 expect -re ".*or type a different path.*" send -- "\n" +sleep 5 expect -re ".*It looks like you're using esbuild as your bundler. Is that correct? (Y/n).*" send -- "y\n" +sleep 40 expect -re ".*broadcaster.rb.*" # needed? @@ -16,6 +19,6 @@ sleep 1 send -- "a\n" -sleep 40 +sleep 20 expect -re ".*Join over 2000 StimulusReflex developers on Discord(.*)" expect eof