From 98d1884cffcd423b93cb9e21d85dbb934f522046 Mon Sep 17 00:00:00 2001 From: MisterSheeple <27652712+MisterSheeple@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:03:10 +0000 Subject: [PATCH] Add notifier to make sure user has Docker --- build-docker.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-docker.sh b/build-docker.sh index 0e3d8298..4d01dc82 100644 --- a/build-docker.sh +++ b/build-docker.sh @@ -1,3 +1,5 @@ +echo "Ensure Docker has been properly installed before continuing." +read -p "Press enter to continue or CTRL-C to exit." docker build -t ac-decomp . if [ -e /bin/curl ]; then curl -O https://files.decomp.dev/compilers_latest.zip