read -p "Would you like to install the new version? [y/N] " userchoice
if["$userchoice"="Y" ];then
if["$userchoice"="y" ];then
echo"The program will now attempt to install the new version of ncurses (the one that was just compiled). In order to do this, the sudo password is required."
echo"Installing the new version of ncurses..."
cd ../ || exit
sudo make install
echo"The new version has been installed. The program will now quit."