Hello.
Tell me, how much interest until the end installation program?
That is, if I setup LibreOffice:
I see a lot of text on the monitor. But I do not see how the port is already installed.
Also a lot of text is not good when using SSH.
Setup time, I would not want to see the whole text.
I temporarily solved the problem this way:
But a lot of text on screen leaks. Besides, I do not see how to perform the operation.
What can you recommend?
Tell me, how much interest until the end installation program?
That is, if I setup LibreOffice:
Code:
# cd /usr/ports/editors/libreoffice
# make && make install clean
I see a lot of text on the monitor. But I do not see how the port is already installed.
Also a lot of text is not good when using SSH.
Setup time, I would not want to see the whole text.
I temporarily solved the problem this way:
Code:
# cat lynx_example
#!/bin/sh
#...
export BATCH=yes
cd /usr/ports/www/lynx
mkdir -p "${HOME}/.log/"
efile="${HOME}/.log/lynx"
echo '' > "${efile}"
make >> "${efile}"
install >> "${efile}"
But a lot of text on screen leaks. Besides, I do not see how to perform the operation.
What can you recommend?