44cfd63ebfb9f06525aab08426bbca4792d25bea
The installation prompt was only accepting lowercase 'y', causing the script to exit when users entered uppercase 'Y'. This fix aligns the prompt behavior with all other y/n prompts in the script by using case-insensitive pattern matching (=~ ^[Yy]$). Fixes issue where installation would bail after selecting Y to proceed.
Languages
Shell
94.1%
JavaScript
4.7%
HTML
0.9%
CSS
0.3%