From 92a1d3d86401c82323530fa1538904a7022ba7f5 Mon Sep 17 00:00:00 2001 From: alvinlollo Date: Fri, 31 Jan 2025 12:07:51 +0000 Subject: [PATCH] fixed line 31 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f849618..07d0a82 100755 --- a/install.sh +++ b/install.sh @@ -28,7 +28,7 @@ echo ' --------------- Docker Install --------------- ' -sh -c "$(curl -fsSL https://get.docker.com)"; break;; +sh -c "$(curl -fsSL https://get.docker.com)" echo '