diff --git a/build-tui.sh b/build-tui.sh

index e7a57ce7..dae669cb 100755

--- a/build-tui.sh

+++ b/build-tui.sh

@@ -105,9 +105,13 @@ cmake --build . || exit 1



echo "-----"

echo "clagrange and resources.lgr can be found in 'build-tui'."

-echo "Do you want to install them to ${INSTALL_PREFIX}? (sudo) [yN]"

+echo "Do you want to install them to ${INSTALL_PREFIX}? (s=sudo) [syN]"

read CONFIRMED

-if [ "${CONFIRMED}" = "y" ]; then

+if [ "${CONFIRMED}" = "s" ]; then

 sudo cmake --install .

 exit

fi

+if [ "${CONFIRMED}" = "y" ]; then

+ cmake --install .

+ exit

+fi

Proxy Information
Original URL
gemini://git.skyjake.fi/lagrange/work%2Fv1.11/pcdiff/f28d0e6719ab487612ef37dab2276919ac140455
Status Code
Success (20)
Meta
text/plain
Capsule Response Time
581.413799 milliseconds
Gemini-to-HTML Time
0.536524 milliseconds

This content has been proxied by September (ba2dc).