Skip to content

Commit 8226f1a

Browse files
committed
Merge branch 'main' of github.com:jakeayy/Starshift
2 parents b762b8f + 98fcd00 commit 8226f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo -e "${YELLOW}IMPORTANT:${NC} Before proceeding, please ensure:"
2121
echo "1. You have verified the integrity of game files on Steam."
2222
echo "2. You are running on a CLEAN installation of 'In Stars And Time'."
2323
echo ""
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

2626
if [[ "$confirm_clean" != "y" && "$confirm_clean" != "Y" ]]; then
2727
echo -e "${RED}Aborting installation. Please verify your game files and try again.${NC}"
@@ -99,7 +99,7 @@ fi
9999
echo ""
100100
echo -e "${YELLOW}Would you like to install the Linux native port (NW.js)?${NC}"
101101
echo "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

104104
if [[ "$install_port" == "y" || "$install_port" == "Y" ]]; then
105105
echo ""

0 commit comments

Comments
 (0)