Skip to content

Commit b748b89

Browse files
authored
Update install.sh
1 parent ba568c9 commit b748b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ No_Downloading_torrent () {
116116
}
117117

118118
while true; do
119-
read -p -r "Do you have the game files [Y/n]?" yn
119+
read -p "Do you have the game files [Y/n]?" yn
120120
case $yn in
121121
[Yy]* ) No_Downloading_torrent; exit;;
122122
[Nn]* ) Yes_Downloading_torrent; exit;;

0 commit comments

Comments
 (0)