Skip to content
Snippets Groups Projects
Verified Commit 5294adf0 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix bootstrap-script

parent 00f3fa35
No related branches found
No related tags found
No related merge requests found
Pipeline #25454 passed
......@@ -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" ""
while true; do
read -r next_answer </dev/tty
read -r hls_answer </dev/tty
case $next_answer in
case $hls_answer in
[Yy]*)
eghcup --cache install hls
;;
break ;;
[Nn]*)
break ;;
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment