[1mdiff --git a/build-tui.sh b/build-tui.sh[m
[1mindex e7a57ce7..dae669cb 100755[m
[1m--- a/build-tui.sh[m
[1m+++ b/build-tui.sh[m
[36m@@ -105,9 +105,13 @@[m [mcmake --build . || exit 1[m
[m
echo "-----"[m
echo "clagrange and resources.lgr can be found in 'build-tui'."[m
[31m-echo "Do you want to install them to ${INSTALL_PREFIX}? (sudo) [yN]"[m
[32m+[m[32mecho "Do you want to install them to ${INSTALL_PREFIX}? (s=sudo) [syN]"[m
read CONFIRMED[m
[31m-if [ "${CONFIRMED}" = "y" ]; then[m
[32m+[m[32mif [ "${CONFIRMED}" = "s" ]; then[m
sudo cmake --install .[m
exit[m
fi[m
[32m+[m[32mif [ "${CONFIRMED}" = "y" ]; then[m
[32m+[m[32m cmake --install .[m
[32m+[m[32m exit[m
[32m+[m[32mfi[m
text/plain
This content has been proxied by September (ba2dc).