-
- Downloads
install: wait for LF in non-interactive shell
"read -n 1 ..." ignores all but the first character of a line-delimited stream (e.g. "yes n | ./install").
Loading
Please register or sign in to comment
"read -n 1 ..." ignores all but the first character of a line-delimited stream (e.g. "yes n | ./install").