From 67b717649a9637fd939906ac824321f8884027c9 Mon Sep 17 00:00:00 2001 From: MisterSheeple <27652712+MisterSheeple@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:04:43 +0000 Subject: [PATCH] Update build-docker.sh --- build-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-docker.sh b/build-docker.sh index 872eb728..c99ea0a0 100644 --- a/build-docker.sh +++ b/build-docker.sh @@ -1,4 +1,4 @@ -echo "Please ensure Docker has been properly installed before continuing." +echo "Please ensure Docker is installed before continuing." read -p "Press Enter to continue or CTRL-C to exit." docker build -t ac-decomp . if [ -e /bin/curl ]; then