Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 15b71f2

Browse files
authored
Add press enter messages to clarify that script is paused (#462)
1 parent 77f6ea9 commit 15b71f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/installDeps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ pause "Installing Node.js ... [press Enter]"
8686
install_node
8787

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

0 commit comments

Comments
 (0)