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