diff --git a/algo b/algo index 529fd0b8..b573ded0 100755 --- a/algo +++ b/algo @@ -53,7 +53,7 @@ install_uv_ubuntu_alternatives() { echo "" while true; do - read -p "Choose installation method (1/2/3): " choice + read -r -p "Choose installation method (1/2/3): " choice case $choice in 1) echo "Installing uv via pipx..."