Fix bootstrap-script

This commit is contained in:
Julian Ospald 2020-09-28 23:52:23 +02:00
parent 00f3fa35fd
commit 5294adf0d7
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 3 additions and 3 deletions

View File

@ -196,12 +196,12 @@ printf "\\033[0;35m%s\\033[0m\\n" "Answer with YES or NO and press ENTER."
printf "\\033[0;35m%s\\033[0m\\n" "" printf "\\033[0;35m%s\\033[0m\\n" ""
while true; do while true; do
read -r next_answer </dev/tty read -r hls_answer </dev/tty
case $next_answer in case $hls_answer in
[Yy]*) [Yy]*)
eghcup --cache install hls eghcup --cache install hls
;; break ;;
[Nn]*) [Nn]*)
break ;; break ;;
*) *)