„install.sh“ ändern

This commit is contained in:
Yann Mölle 2023-04-17 20:36:47 +02:00
parent 8fcd019b20
commit 0b77cb571c

View File

@ -95,7 +95,4 @@ while true; do
[Nn]* ) [Nn]* )
echo "Skipping Docker Compose installation." echo "Skipping Docker Compose installation."
break break
;;
* )
echo "Please answer yes (y) or no (n)."
;; ;;