Add notifier to make sure user has Docker

This commit is contained in:
MisterSheeple
2024-08-05 05:03:10 +00:00
committed by GitHub
parent 17a86201c6
commit 98d1884cff
+2
View File
@@ -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