Skip to content

Commit

Permalink
Add press enter messages to clarify that script is paused (open-webrt…
Browse files Browse the repository at this point in the history
  • Loading branch information
grgustaf committed Apr 9, 2020
1 parent 77f6ea9 commit 15b71f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/installDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ pause "Installing Node.js ... [press Enter]"
install_node

if [ "$DISABLE_NONFREE" = "true" ]; then
pause "Nonfree libraries disabled: aac transcoding unavailable."
pause "Nonfree libraries disabled: aac transcoding unavailable. [press Enter]"
install_mediadeps
else
pause "Nonfree libraries enabled (DO NOT redistribute these libraries!!); to disable nonfree please use the \`--disable-nonfree' option."
pause "Nonfree libraries enabled (DO NOT redistribute these libraries!!); to disable nonfree please use the \`--disable-nonfree' option. [press Enter]"
install_mediadeps_nonfree
fi

Expand Down

0 comments on commit 15b71f2

Please sign in to comment.