Skip to content

Commit 14440fd

Browse files
committed
push the installer
1 parent bd10d83 commit 14440fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fi
5151

5252
printf "\n"
5353
printf "Choice [1]: "
54-
read -r CHOICE < /dev/tty
54+
read -r CHOICE < /dev/tty 2>/dev/null || CHOICE=""
5555
CHOICE="${CHOICE:-1}"
5656

5757
METHOD=$(echo "$OPTS" | cut -d' ' -f"$CHOICE")

0 commit comments

Comments
 (0)