mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-02 01:30:03 -04:00
Add notifier to make sure user has Docker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user