Update build-docker.sh

This commit is contained in:
MisterSheeple
2024-08-05 05:04:43 +00:00
committed by GitHub
parent c7554be7cd
commit 67b717649a
+1 -1
View File
@@ -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