File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ echo -e "${YELLOW}IMPORTANT:${NC} Before proceeding, please ensure:"
2121echo " 1. You have verified the integrity of game files on Steam."
2222echo " 2. You are running on a CLEAN installation of 'In Stars And Time'."
2323echo " "
24- read -p " Have you verified these steps? (y/n): " confirm_clean
24+ read -p " Have you verified these steps? (y/n): " confirm_clean < /dev/tty
2525
2626if [[ " $confirm_clean " != " y" && " $confirm_clean " != " Y" ]]; then
2727 echo -e " ${RED} Aborting installation. Please verify your game files and try again.${NC} "
9999echo " "
100100echo -e " ${YELLOW} Would you like to install the Linux native port (NW.js)?${NC} "
101101echo " This allows you to play without using Wine/Proton."
102- read -p " Install Linux port? (y/n): " install_port
102+ read -p " Install Linux port? (y/n): " install_port < /dev/tty
103103
104104if [[ " $install_port " == " y" || " $install_port " == " Y" ]]; then
105105 echo " "
You can’t perform that action at this time.
0 commit comments