Skip to content

Commit

Permalink
trying to end expect script properly
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsauze committed Sep 4, 2023
1 parent 2cfaf39 commit c9e25ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build_img/install_carpenpi.exp
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ send "curl https://raw.githubusercontent.com/carpentriesoffline/carpentriesoffli
expect $PROMPT
send "sudo apt-get -y update ; sudo apt-get -y install moreutils\n"

expect $PROMPT
expect $PROMPT
send "bash ./setup.sh 2>&1 | ts | tee install.log\n"

#don't think this is needed
#interact

expect eof

0 comments on commit c9e25ed

Please sign in to comment.